| Index: LayoutTests/platform/chromium/compositing/plugins/webplugin-no-alpha.html
|
| diff --git a/LayoutTests/platform/chromium/compositing/plugins/webplugin-no-alpha.html b/LayoutTests/platform/chromium/compositing/plugins/webplugin-no-alpha.html
|
| deleted file mode 100644
|
| index c6abbea84fe8e9a7ec55ea4fe92b38484b63c05e..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/platform/chromium/compositing/plugins/webplugin-no-alpha.html
|
| +++ /dev/null
|
| @@ -1,22 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| -<style>
|
| - .box {
|
| - width: 150px;
|
| - height: 150px;
|
| - }
|
| - #parent {
|
| - background-color: rgb(255,0,0);
|
| - }
|
| -</style>
|
| -</head>
|
| -
|
| -<body>
|
| -<!-- You should a green square with no red -->
|
| -
|
| -<div id="parent" class="box">
|
| - <embed class="box" type="application/x-webkit-test-webplugin" background-color="green" opacity="1.0">
|
| -</div>
|
| -</body>
|
| -</html>
|
|
|