| Index: third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-insets.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-insets.html b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-insets.html
|
| similarity index 74%
|
| rename from third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-insets.html
|
| rename to third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-insets.html
|
| index e83e6af83e82d5533940496986623a21fd7eea65..c0eb543d6b6ee4e9303a45e3c94e911197375398 100644
|
| --- a/third_party/WebKit/LayoutTests/inspector/device-emulation/device-emulation-insets.html
|
| +++ b/third_party/WebKit/LayoutTests/inspector-protocol/emulation/device-emulation-insets.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>
|
| @@ -25,7 +24,7 @@ body {
|
| <script>
|
| function test()
|
| {
|
| - InspectorTest.testDeviceEmulation("device-emulation-insets.html", 1200, 1000, 1, "none", new Insets(10, 20, 30, 40));
|
| + InspectorTest.testDeviceEmulation("device-emulation-insets.html", 1200, 1000, 1, "none", {left: 10, top: 20, right: 30, bottom: 40});
|
| }
|
| </script>
|
|
|
|
|