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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>HTMLAppletElement.hspace/vspace</title>
5 <script src="../../../resources/testharness.js"></script>
6 <script src="../../../resources/testharnessreport.js"></script>
7 <script src="../script-tests/unsigned-long-attribute-reflection.js"></sc ript>
8 <script>
9 function createApplet() { return document.createElement("applet"); }
10 testUnsignedLong("HTMLAppletElement", createApplet, "hspace");
11 testUnsignedLong("HTMLAppletElement", createApplet, "vspace");
12 </script>
13 </head>
14 <body>
15 <div id="log"></div>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698