| Index: third_party/WebKit/LayoutTests/plugins/plugin-map-data-to-src.html
|
| diff --git a/third_party/WebKit/LayoutTests/plugins/netscape-plugin-map-data-to-src.html b/third_party/WebKit/LayoutTests/plugins/plugin-map-data-to-src.html
|
| similarity index 77%
|
| rename from third_party/WebKit/LayoutTests/plugins/netscape-plugin-map-data-to-src.html
|
| rename to third_party/WebKit/LayoutTests/plugins/plugin-map-data-to-src.html
|
| index 2bfeb08294421d9fd11b15eb9f0c6149c1072048..ba06ef4ddcf8ce7c1633e917a5453989ce11bf3f 100644
|
| --- a/third_party/WebKit/LayoutTests/plugins/netscape-plugin-map-data-to-src.html
|
| +++ b/third_party/WebKit/LayoutTests/plugins/plugin-map-data-to-src.html
|
| @@ -7,7 +7,7 @@ if (window.testRunner)
|
| startAfterLoadAndFinish();
|
| </script>
|
| <body style="margin:0px;overflow:hidden">
|
| -<object name="testPlugin" type="application/x-webkit-test-netscape" logSrc="true" data="blah">
|
| +<object type="application/x-blink-test-plugin" logargs="true" data="blah">
|
| </object>
|
| <div>
|
| This tests that an object tag with a data attribute gets a src attribute as well.
|
|
|