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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/plugins/createScriptableObject-before-start.html
diff --git a/third_party/WebKit/LayoutTests/plugins/createScriptableObject-before-start.html b/third_party/WebKit/LayoutTests/plugins/createScriptableObject-before-start.html
index 05a129c0b99b850de0d7c4c762487760b84a52fc..b300d0ffdd45dcf061e4408d81a7282043c38592 100644
--- a/third_party/WebKit/LayoutTests/plugins/createScriptableObject-before-start.html
+++ b/third_party/WebKit/LayoutTests/plugins/createScriptableObject-before-start.html
@@ -15,7 +15,7 @@
No ASSERT means test PASS.
</p>
<iframe style="display: none;" src='data:text/html,
- <object id="target" type="application/x-webkit-test-netscape"></object>
+ <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
<script type="text/javascript">
var obj = document.getElementById("target");
obj.offsetLeft;

Powered by Google App Engine
This is Rietveld 408576698