| 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="../../../http/tests/inspector/debugger-test.js"></script> | 5 <script src="../../../http/tests/inspector/debugger-test.js"></script> |
| 6 <link rel="stylesheet" href="resources/empty-background-url.css"> | 6 <link rel="stylesheet" href="../styles/resources/empty-background-url.css"> |
| 7 <style> | 7 <style> |
| 8 #inspected { | 8 #inspected { |
| 9 color: blue; | 9 color: blue; |
| 10 } | 10 } |
| 11 </style> | 11 </style> |
| 12 <style>#inspected { margin: 10px; } | 12 <style>#inspected { margin: 10px; } |
| 13 #inspected { | 13 #inspected { |
| 14 font-family: arial; | 14 font-family: arial; |
| 15 } | 15 } |
| 16 /*# sourceURL=source-url.css */ | 16 /*# sourceURL=source-url.css */ |
| (...skipping 28 matching lines...) Expand all Loading... |
| 45 InspectorTest.completeTest(); | 45 InspectorTest.completeTest(); |
| 46 } | 46 } |
| 47 } | 47 } |
| 48 </script> | 48 </script> |
| 49 </head> | 49 </head> |
| 50 <body onload="runTest()"> | 50 <body onload="runTest()"> |
| 51 <p>Verifies WebInspector.cssWorkspaceBinding.propertyUILocation functionality</p
> | 51 <p>Verifies WebInspector.cssWorkspaceBinding.propertyUILocation functionality</p
> |
| 52 <div id="inspected"></div> | 52 <div id="inspected"></div> |
| 53 </body> | 53 </body> |
| 54 </html> | 54 </html> |
| OLD | NEW |