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

Unified Diff: LayoutTests/fast/dom/HTMLAppletElement/hspace-vspace.html

Issue 64173002: Align HTMLAppletElement IDL with spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: drop logging Created 7 years, 1 month 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
new file mode 100644
index 0000000000000000000000000000000000000000..ef7334b950c3870e4d01d18ae67745b1c2b2394e
--- /dev/null
+++ b/LayoutTests/fast/dom/HTMLAppletElement/hspace-vspace.html
@@ -0,0 +1,17 @@
+<!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