Index: third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-restore.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-restore.html b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-restore.html |
similarity index 87% |
rename from third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-restore.html |
rename to third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-restore.html |
index a4d8374431a6598e4ffa1f67d5423865dde433b7..0b851551048906ec91480713dfc061245113f743 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-restore.html |
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-restore.html |
@@ -1,8 +1,7 @@ |
<html> |
<head> |
-<script src="../../http/tests/inspector/inspector-test.js"></script> |
-<script src="../../http/tests/inspector/elements-test.js"></script> |
+<script src="../../http/tests/inspector-protocol/inspector-protocol-test.js"></script> |
<script src="device-emulation-test.js"></script> |
<script> |
@@ -46,7 +45,7 @@ function test() |
InspectorTest._deviceEmulationResults.push("Original metrics not restored.\n==== Original ===\n" + originalMetrics + "\n==== Restored ====\n" + metrics); |
else |
InspectorTest._deviceEmulationResults.push("Original metrics restored correctly."); |
- InspectorTest.addResult(InspectorTest._deviceEmulationResults.join("\n")); |
+ InspectorTest.log(InspectorTest._deviceEmulationResults.join("\n")); |
InspectorTest.completeTest(); |
} |