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

Unified Diff: LayoutTests/inspector/elements/highlight-svg-content-inside-iframe.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-content-inside-iframe.html
diff --git a/LayoutTests/inspector/elements/highlight-svg-content-inside-iframe.html b/LayoutTests/inspector/elements/highlight-svg-content-inside-iframe.html
deleted file mode 100644
index 28c27b3c9b02fdfe4375e4caabee1c1eebc9d7de..0000000000000000000000000000000000000000
--- a/LayoutTests/inspector/elements/highlight-svg-content-inside-iframe.html
+++ /dev/null
@@ -1,42 +0,0 @@
-<html>
-<head>
-
-<style>
-
-body {
- margin: 0;
-}
-
-#container {
- position: absolute;
- overflow: hidden;
- left: 100px;
- top: 200px;
-}
-
-iframe {
- width: 200px;
- height: 200px;
- border: none;
-}
-
-</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-rect", InspectorTest.completeTest.bind(InspectorTest), "svg-iframe");
-}
-
-</script>
-</head>
-
-<body onload="runTest()">
-<div id="container">
- <iframe id="svg-iframe" src="resources/highlight-svg-content-iframe.html"></iframe>
-</div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698