| Index: LayoutTests/css3/compositing/effect-background-blend-mode-stacking.html
|
| diff --git a/LayoutTests/css3/compositing/effect-background-blend-mode-stacking.html b/LayoutTests/css3/compositing/effect-background-blend-mode-stacking.html
|
| deleted file mode 100644
|
| index d1627590a317ac4a08ed11e5aa8dab4a4d6aa0de..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/css3/compositing/effect-background-blend-mode-stacking.html
|
| +++ /dev/null
|
| @@ -1,33 +0,0 @@
|
| -<!DOCTYPE HTML>
|
| -<script>
|
| - if (window.testRunner) {
|
| - window.testRunner.overridePreference("WebKitAcceleratedCompositingEnabled", "1");
|
| - }
|
| - if (window.testRunner)
|
| - window.testRunner.dumpAsText(true);
|
| -</script>
|
| -<style>
|
| -
|
| -li
|
| -{
|
| - margin: 5px;
|
| - width: 130px;
|
| - height: 130px;
|
| - background: url("resources/ducky.png") no-repeat 0 0 /100% 100%, linear-gradient(to right, #00ffff 0%, rgba(0,0,255,0) 24%, rgba(1,0,0,0) 50%, #ffff00 75%, #00ff00 100%);
|
| - background-blend-mode: exclusion, normal;
|
| - display: block;
|
| - float: left;
|
| -}
|
| -</style>
|
| -<!-- this file should contain a duck on top of a gradient with every type of blending -->
|
| -<body style="background-color: red">
|
| -<ul>
|
| -<li style=""></li>
|
| -<li style="opacity: .9"></li>
|
| -<li style="-webkit-transform: scale(1.01, 1.01)"></li>
|
| -<li style="-webkit-transform: translate3d(.01px,.01px, 01px)"></li>
|
| -<li style="-webkit-box-reflect:below 5px linear-gradient(to bottom, transparent 0%, transparent 50%, white 100%);"></li>
|
| -<li style="position: fixed; top: 160px;"></li>
|
| -</ul>
|
| -</body>
|
| -
|
|
|