| 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>
|
|
|