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

Unified Diff: LayoutTests/inspector/elements/styles/empty-background-url.html

Issue 1158883003: DevTools: shard inspector/elements tests for faster execution. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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: LayoutTests/inspector/elements/styles/empty-background-url.html
diff --git a/LayoutTests/inspector/elements/styles/empty-background-url.html b/LayoutTests/inspector/elements/styles/empty-background-url.html
deleted file mode 100644
index 69787caeed4f71192dee3460db2198cad69c4cc0..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/styles/empty-background-url.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-<head>
-<script src="../../../http/tests/inspector/inspector-test.js"></script>
-<script src="../../../http/tests/inspector/elements-test.js"></script>
-<link rel="stylesheet" href="resources/empty-background-url.css">
-<script>
-function test()
-{
- InspectorTest.selectNodeAndWaitForStylesWithComputed("inspected", step1);
-
- function step1()
- {
- InspectorTest.dumpSelectedElementStyles(true, false);
- InspectorTest.completeTest();
- }
-}
-</script>
-</head>
-<body onload="runTest()">
-<p>Tests that empty url in the property value does not break inspector.</p>
-<div id="inspected"></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698