| Index: third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html b/third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html
|
| deleted file mode 100644
|
| index 9213da216477386f226efad8749191378a0604ff..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/json-parse.html
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<meta charset="utf8">
|
| -<script type="text/javascript" src="../http/tests/inspector-protocol/resources/inspector-protocol-test.js"></script>
|
| -<script>
|
| -
|
| -function test()
|
| -{
|
| - var command = { "method": "Runtime.evaluate", "params": { expression: "\"!!!\"" }, "id": InspectorTest._requestId + 1 };
|
| - InspectorTest.sendRawCommand(JSON.stringify(command).replace("!!!", "\\u041F\\u0440\\u0438\\u0432\\u0435\\u0442 \\u043C\\u0438\\u0440"), step2);
|
| -
|
| - function step2(msg)
|
| - {
|
| - msg.id = 1;
|
| - InspectorTest.logObject(msg);
|
| - InspectorTest.completeTest();
|
| - }
|
| -}
|
| -
|
| -</script>
|
| -</head>
|
| -<body onload="runTest()">
|
| -</body>
|
| -</html>
|
|
|