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

Side by Side Diff: third_party/WebKit/LayoutTests/plugins/plugin-map-data-to-src.html

Issue 1747693002: Switch plugins/netscape-plugin-map-data-to-src.html to the PPAPI test plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <script src="../resources/plugin.js"></script> 3 <script src="../resources/plugin.js"></script>
4 <script> 4 <script>
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 startAfterLoadAndFinish(); 7 startAfterLoadAndFinish();
8 </script> 8 </script>
9 <body style="margin:0px;overflow:hidden"> 9 <body style="margin:0px;overflow:hidden">
10 <object name="testPlugin" type="application/x-webkit-test-netscape" logSrc="true " data="blah"> 10 <object type="application/x-blink-test-plugin" logargs="true" data="blah">
11 </object> 11 </object>
12 <div> 12 <div>
13 This tests that an object tag with a data attribute gets a src attribute as well. 13 This tests that an object tag with a data attribute gets a src attribute as well.
14 </div> 14 </div>
15 <body> 15 <body>
16 </html> 16 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698