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

Side by Side Diff: third_party/WebKit/LayoutTests/plugins/nested-plugin-objects.html

Issue 1814093003: LayoutTests: migrate nested-plugin-objects to ppapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_linux_plugins_expectations
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 <script> 2 <script>
3 3
4 var callbackCount = 0; 4 var callbackCount = 0;
5 5
6 function npapiCallback(x) { 6 function npapiCallback(x) {
7 callbackCount++; 7 callbackCount++;
8 } 8 }
9 9
10 function runTest() 10 function runTest()
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 68
69 Example: 69 Example:
70 plugin 70 plugin
71 ------- (Creates) ------ Object1 71 ------- (Creates) ------ Object1
72 ------- (Creates) ------ Object2 72 ------- (Creates) ------ Object2
73 73
74 It is important that both Object1 and Object2 cleanup as a result of 74 It is important that both Object1 and Object2 cleanup as a result of
75 cleaning up the plugin. 75 cleaning up the plugin.
76 76
77 <div id="result">FAILURE</div> 77 <div id="result">FAILURE</div>
78 <embed id="testPlugin" type="application/x-webkit-test-netscape" width="200" hei ght="200"></embed> 78 <embed id="testPlugin" type="application/x-blink-deprecated-test-plugin" width=" 200" height="200"></embed>
79 </body> 79 </body>
80 </html> 80 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698