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; |