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

Unified Diff: LayoutTests/inspector/elements/highlight-svg-root.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/highlight-svg-root.html
diff --git a/LayoutTests/inspector/elements/highlight-svg-root.html b/LayoutTests/inspector/elements/highlight-svg-root.html
deleted file mode 100644
index 69b85dc9a07bd3e10a4821ea7260d2818a8bd1d5..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/highlight-svg-root.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-
-<style>
-
-body {
- margin: 0;
-}
-#svg-root {
- margin: 5px;
- border: solid 10px aqua;
- padding: 15px;
- background-color: blue;
-}
-
-</style>
-
-<script src="../../http/tests/inspector/inspector-test.js"></script>
-<script src="../../http/tests/inspector/elements-test.js"></script>
-<script>
-
-function test()
-{
- InspectorTest.dumpInspectorHighlightJSON("svg-root", InspectorTest.completeTest.bind(InspectorTest));
-}
-
-</script>
-</head>
-
-<body onload="runTest()">
-
-<svg id="svg-root" width="100" height="100" viewbox="0 0 50 50"></svg>
-<p id="description">This test verifies the position and size of the highlight rectangles overlayed on an SVG root element.</p>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698