| Index: third_party/WebKit/LayoutTests/animations/responsive/left-responsive.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/responsive/left-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/left-responsive.html
|
| deleted file mode 100644
|
| index 398346518124707c33f08614140b4e49b51c3653..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/animations/responsive/left-responsive.html
|
| +++ /dev/null
|
| @@ -1,53 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="resources/responsive-test.js"></script>
|
| -<script>
|
| -assertCSSResponsive({
|
| - property: 'left',
|
| - from: 'inherit',
|
| - to: '200px',
|
| - configurations: [{
|
| - state: {inherited: '100px'},
|
| - expect: [
|
| - {at: 0.25, is: '125px'},
|
| - {at: 0.75, is: '175px'},
|
| - ],
|
| - }, {
|
| - state: {inherited: 'auto'},
|
| - expect: [
|
| - {at: 0.25, is: 'auto'},
|
| - {at: 0.75, is: '200px'},
|
| - ],
|
| - }],
|
| -});
|
| -
|
| -assertCSSResponsive({
|
| - property: 'left',
|
| - from: '200px',
|
| - to: neutralKeyframe,
|
| - configurations: [{
|
| - state: {underlying: '100px'},
|
| - expect: [
|
| - {at: 0.25, is: '175px'},
|
| - {at: 0.75, is: '125px'},
|
| - ],
|
| - }, {
|
| - state: {underlying: 'auto'},
|
| - expect: [
|
| - {at: 0.25, is: '200px'},
|
| - {at: 0.75, is: 'auto'},
|
| - ],
|
| - }, {
|
| - state: {underlying: 'inherit', inherited: '100px'},
|
| - expect: [
|
| - {at: 0.25, is: '175px'},
|
| - {at: 0.75, is: '125px'},
|
| - ],
|
| - }, {
|
| - state: {underlying: 'inherit', inherited: 'auto'},
|
| - expect: [
|
| - {at: 0.25, is: '200px'},
|
| - {at: 0.75, is: 'auto'},
|
| - ],
|
| - }],
|
| -});
|
| -</script>
|
|
|