Chromium Code Reviews| Index: LayoutTests/plugins/snapshot-appearance.html |
| diff --git a/LayoutTests/plugins/snapshot-appearance.html b/LayoutTests/plugins/snapshot-appearance.html |
| deleted file mode 100644 |
| index a98809bba81042aaaa276c6417b155a93d9943a7..0000000000000000000000000000000000000000 |
| --- a/LayoutTests/plugins/snapshot-appearance.html |
| +++ /dev/null |
| @@ -1,14 +0,0 @@ |
| -<!-- Since we're not a snapshotted plugin, this test should do nothing (and not crash) --> |
| -<style> |
| -div { |
| - width: 50px; |
| - height: 50px; |
| - background-color: blue; |
| -} |
| - |
| -#snapshot { |
| - -webkit-appearance: snapshotted-plugin-overlay; |
|
dcheng
2015/09/02 22:44:09
Actually, this test doesn't deal with NPTypes or N
|
| -} |
| -</style> |
| -<div id="normal"></div> |
| -<div id="snapshot"></div> |