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

Unified Diff: LayoutTests/fast/dom/HTMLAppletElement/hspace-vspace.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/dom/HTMLAppletElement/hspace-vspace.html
diff --git a/LayoutTests/fast/dom/HTMLAppletElement/hspace-vspace.html b/LayoutTests/fast/dom/HTMLAppletElement/hspace-vspace.html
deleted file mode 100644
index ef7334b950c3870e4d01d18ae67745b1c2b2394e..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/HTMLAppletElement/hspace-vspace.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title>HTMLAppletElement.hspace/vspace</title>
- <script src="../../../resources/testharness.js"></script>
- <script src="../../../resources/testharnessreport.js"></script>
- <script src="../script-tests/unsigned-long-attribute-reflection.js"></script>
- <script>
- function createApplet() { return document.createElement("applet"); }
- testUnsignedLong("HTMLAppletElement", createApplet, "hspace");
- testUnsignedLong("HTMLAppletElement", createApplet, "vspace");
- </script>
- </head>
- <body>
- <div id="log"></div>
- </body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698