| Index: third_party/WebKit/Source/web/tests/data/plugin_scroll.html
|
| diff --git a/third_party/WebKit/Source/web/tests/data/plugin_scroll.html b/third_party/WebKit/Source/web/tests/data/plugin_scroll.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..af1dc64dc3b479429f6c26d9c1af9283a2f4450e
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/web/tests/data/plugin_scroll.html
|
| @@ -0,0 +1,18 @@
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <style type="text/css">
|
| + body { margin: 0; padding: 0; }
|
| + </style>
|
| +</head>
|
| +<body>
|
| + <div style="width: 30px; height: 400px;"></div>
|
| + <object id="scrolled-plugin"
|
| + border=0
|
| + type="application/x-webkit-test-webplugin"
|
| + width="40"
|
| + height="40">
|
| + </object>
|
| +
|
| +</body>
|
| +</html>
|
|
|