Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/layers/paint-profiler-load-empty.html

Issue 2954343004: [DevTools] Migrate inspector-protocol/layers tests to new harness (Closed)
Patch Set: fix test Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
-

Powered by Google App Engine
This is Rietveld 408576698