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

Unified Diff: LayoutTests/plugins/set-status.html

Issue 14195011: Removed WONTFIX tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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/plugins/set-status.html
diff --git a/LayoutTests/plugins/set-status.html b/LayoutTests/plugins/set-status.html
deleted file mode 100644
index fe9c73e5c8a338fbe49329bf6afe8f00f2e55b49..0000000000000000000000000000000000000000
--- a/LayoutTests/plugins/set-status.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<html>
-<meta charset="utf-8">
-<body>
-<embed name="plg" type="application/x-webkit-test-netscape"></embed>
-<p>PASS if status bar says "PASS".</p>
-<script>
- if (window.testRunner) {
- testRunner.dumpStatusCallbacks();
- testRunner.dumpAsText();
- }
-
- plg.setStatus(); // Try sending a null string, which used to cause a crash.
- plg.setStatus("PАSS");
-
-</script></body></html>

Powered by Google App Engine
This is Rietveld 408576698