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

Side by Side Diff: LayoutTests/plugins/netscape-dom-access.html

Issue 1319473007: Delete a bunch of NPAPI layout tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 5 years, 3 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1 <html>
2 <head>
3 <script>
4 function doTest()
5 {
6 // Test DOM access
7 document.getElementById("testPlugin").testDOMAccess();
8 }
9 </script>
10 </head>
11 <body onload="doTest();">
12 <p>This page tests whether Netscape plug-ins can access their own DOM elements. The plug-in should have a 3px red border.</p>
13 <embed id="testPlugin" type="application/x-webkit-test-netscape" width="200" hei ght="200"></embed>
14 </body>
15 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698