| Index: third_party/WebKit/LayoutTests/animations/responsive/backdrop-filter-responsive.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/responsive/backdrop-filter-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/backdrop-filter-responsive.html
|
| deleted file mode 100644
|
| index 96f6bb011ca02f6790b098bac423feeb93f019e9..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/animations/responsive/backdrop-filter-responsive.html
|
| +++ /dev/null
|
| @@ -1,41 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="resources/responsive-test.js"></script>
|
| -<script>
|
| -assertCSSResponsive({
|
| - property: 'backdrop-filter',
|
| - from: neutralKeyframe,
|
| - to: 'blur(10px)',
|
| - configurations: [{
|
| - state: {underlying: 'blur(50px)'},
|
| - expect: [
|
| - {at: 0.25, is: 'blur(40px)'},
|
| - {at: 0.75, is: 'blur(20px)'},
|
| - ],
|
| - }, {
|
| - state: {underlying: 'opacity(50%)'},
|
| - expect: [
|
| - {at: 0.25, is: 'opacity(0.5)'},
|
| - {at: 0.75, is: 'blur(10px)'},
|
| - ],
|
| - }],
|
| -});
|
| -
|
| -assertCSSResponsive({
|
| - property: 'backdrop-filter',
|
| - from: 'inherit',
|
| - to: 'blur(10px)',
|
| - configurations: [{
|
| - state: {inherited: 'blur(50px)'},
|
| - expect: [
|
| - {at: 0.25, is: 'blur(40px)'},
|
| - {at: 0.75, is: 'blur(20px)'},
|
| - ],
|
| - }, {
|
| - state: {inherited: 'opacity(50%)'},
|
| - expect: [
|
| - {at: 0.25, is: 'opacity(0.5)'},
|
| - {at: 0.75, is: 'blur(10px)'},
|
| - ],
|
| - }],
|
| -});
|
| -</script>
|
|
|