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

Side by Side Diff: third_party/WebKit/LayoutTests/plugins/createScriptableObject-before-start.html

Issue 1848193002: Remove last 3 layout tests that expect NPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 <title></title> 3 <title></title>
4 <script type="text/javascript"> 4 <script type="text/javascript">
5 if (window.testRunner) 5 if (window.testRunner)
6 testRunner.dumpAsText(); 6 testRunner.dumpAsText();
7 </script> 7 </script>
8 </head> 8 </head>
9 <body> 9 <body>
10 <p> 10 <p>
11 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12050">http: //bugs.webkit.org/show_bug.cgi?id=12050</a> 11 Test for <i><a href="http://bugs.webkit.org/show_bug.cgi?id=12050">http: //bugs.webkit.org/show_bug.cgi?id=12050</a>
12 REGRESSION: Assertion failure in -[WebBaseNetscapePluginView willCallPlu gInFunction] (plugin)</i>. 12 REGRESSION: Assertion failure in -[WebBaseNetscapePluginView willCallPlu gInFunction] (plugin)</i>.
13 </p> 13 </p>
14 <p> 14 <p>
15 No ASSERT means test PASS. 15 No ASSERT means test PASS.
16 </p> 16 </p>
17 <iframe style="display: none;" src='data:text/html, 17 <iframe style="display: none;" src='data:text/html,
18 <object id="target" type="application/x-webkit-test-netscape"></object> 18 <object id="target" type="application/x-blink-test-plugin"></object>
dcheng 2016/04/01 04:18:58 Should this be x-blink-deprecated-test-plugin? The
piman 2016/04/01 04:22:01 It does, at least on the renderer side (which is w
dcheng 2016/04/01 04:34:42 Ah, OK. Interesting, I didn't realize that's how p
dcheng 2016/04/01 04:34:42 Ah, OK. Interesting, I didn't realize that's how p
19 <script type="text/javascript"> 19 <script type="text/javascript">
20 var obj = document.getElementById("target"); 20 var obj = document.getElementById("target");
21 obj.offsetLeft; 21 obj.offsetLeft;
22 obj.anyProperty; 22 obj.anyProperty;
23 </script> 23 </script>
24 '> 24 '>
25 </iframe> 25 </iframe>
26 </body> 26 </body>
27 </html> 27 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698