Index: third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html |
diff --git a/third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html |
deleted file mode 100644 |
index 0bb6e4eefb431c5e765bf102e44d79c463b4e85f..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/LayoutTests/animations/responsive/scale-responsive.html |
+++ /dev/null |
@@ -1,41 +0,0 @@ |
-<!DOCTYPE html> |
-<script src="resources/responsive-test.js"></script> |
-<script> |
-assertCSSResponsive({ |
- property: 'scale', |
- from: 'inherit', |
- to: '1 2 3', |
- configurations: [{ |
- state: {inherited: '2'}, |
- expect: [ |
- {at: 0.25, is: '1.75 1.25 1.5'}, |
- {at: 0.75, is: '1.25 1.75 2.5'}, |
- ], |
- }, { |
- state: {inherited: '1'}, |
- expect: [ |
- {at: 0.25, is: '1 1.25 1.5'}, |
- {at: 0.75, is: '1 1.75 2.5'}, |
- ], |
- }], |
-}); |
- |
-assertCSSResponsive({ |
- property: 'scale', |
- from: neutralKeyframe, |
- to: '1 2 3', |
- configurations: [{ |
- state: {underlying: '2'}, |
- expect: [ |
- {at: 0.25, is: '1.75 1.25 1.5'}, |
- {at: 0.75, is: '1.25 1.75 2.5'}, |
- ], |
- }, { |
- state: {underlying: '1'}, |
- expect: [ |
- {at: 0.25, is: '1 1.25 1.5'}, |
- {at: 0.75, is: '1 1.75 2.5'}, |
- ], |
- }], |
-}); |
-</script> |