OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <style id="style"> | 3 <style id="style"> |
4 #inspected { | 4 #inspected { |
5 background-color: green; | 5 background-color: green; |
6 } | 6 } |
7 </style> | 7 </style> |
8 <script src="../../../http/tests/inspector/inspector-test.js"></script> | 8 <script src="../../../http/tests/inspector/inspector-test.js"></script> |
9 <script src="../../../http/tests/inspector/elements-test.js"></script> | 9 <script src="../../../http/tests/inspector/elements-test.js"></script> |
10 <script> | 10 <script> |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 <p> | 59 <p> |
60 Tests that computed styles are cached across synchronous requests. | 60 Tests that computed styles are cached across synchronous requests. |
61 </p> | 61 </p> |
62 | 62 |
63 <div> | 63 <div> |
64 <div id="inspected">Test</div> | 64 <div id="inspected">Test</div> |
65 </div> | 65 </div> |
66 | 66 |
67 </body> | 67 </body> |
68 </html> | 68 </html> |
OLD | NEW |