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

Unified Diff: LayoutTests/fast/replaced/applet-display-none.html

Issue 1291723004: Remove all support for <applet> handling in Chrome. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 years, 4 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/fast/replaced/applet-display-none.html
diff --git a/LayoutTests/fast/replaced/applet-display-none.html b/LayoutTests/fast/replaced/applet-display-none.html
deleted file mode 100644
index 36d1dfcf1a59547e64a6b19768c9df27ee7bdd02..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/replaced/applet-display-none.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
-
- <p>Should not see the applet below (it has display:none). Java must be on for this test.</p>
- <applet style="display:none" code="">Java is disabled, test not valid.</applet>
-
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698