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

Unified Diff: LayoutTests/http/tests/misc/webtiming-origins.html

Issue 40513003: Delete/move the remaining stale tests in TestExpectations. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: delete plugins/reentrant-update-widget-positions.html as well Created 7 years, 2 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/http/tests/misc/webtiming-origins.html
diff --git a/LayoutTests/http/tests/misc/webtiming-origins.html b/LayoutTests/http/tests/misc/webtiming-origins.html
deleted file mode 100644
index 250b710e7d0cb0258364ad812bb3b200a04d7d53..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/misc/webtiming-origins.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
-<html>
-<head>
-<script>
-if (window.testRunner) {
- testRunner.dumpChildFramesAsText();
-}
-</script>
-</head>
-<body>
-<iframe width="640" height="480" src="resources/webtiming-no-origin.html"></iframe>
-<iframe width="640" height="480" src="resources/webtiming-cross-origin-redirect.php"></iframe>
-<iframe width="640" height="480" src="resources/webtiming-cross-origin-and-back1.html"></iframe>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698