| Index: third_party/WebKit/LayoutTests/inspector-protocol/layers/paint-profiler-load-empty.html
|
| diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/layers/paint-profiler-load-empty.html b/third_party/WebKit/LayoutTests/inspector-protocol/layers/paint-profiler-load-empty.html
|
| deleted file mode 100644
|
| index 4c7f0b7086ce50562e124afd089338f2c56580fd..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/inspector-protocol/layers/paint-profiler-load-empty.html
|
| +++ /dev/null
|
| @@ -1,29 +0,0 @@
|
| -<html>
|
| -<head>
|
| -<script type="application/x-javascript" src="../../http/tests/inspector-protocol/resources/inspector-protocol-test.js"></script>
|
| -<script type="application/x-javascript" src="../resources/layer-protocol-test.js"></script>
|
| -<script type="application/x-javascript">
|
| -
|
| -function test()
|
| -{
|
| - InspectorTest.sendCommand("LayerTree.loadSnapshot", {
|
| - "tiles": [{
|
| - "x":351378,
|
| - "y":-15,
|
| - "picture": "c2tpYXBpY3QqAAAAiYICRsMkWkF3URZGz3Z9QgcAAAABZGFlcgAAAAB0Y2FmBAAAAAAAAABjZnB0AAAAAHlhcmEAAAAAIGZvZQ=="
|
| - }]
|
| - }, InspectorTest.wrapCallback(onLoad));
|
| -
|
| - function onLoad(result)
|
| - {
|
| - InspectorTest.log("Loading empty snapshot: " + result.error);
|
| - InspectorTest.completeTest();
|
| - }
|
| -}
|
| -
|
| -</script>
|
| -<body onload="runTest()">
|
| - <div>Tests that Paint Profiler refuses to load a picture with empty dimensions</div>
|
| -</body>
|
| -</html>
|
| -
|
|
|