| Index: third_party/WebKit/LayoutTests/animations/responsive/border-image-source-responsive.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/responsive/border-image-source-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/border-image-source-responsive.html
|
| deleted file mode 100644
|
| index cfea3e43d1a1792ef0797da74dfa3808dc943240..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/animations/responsive/border-image-source-responsive.html
|
| +++ /dev/null
|
| @@ -1,53 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="resources/responsive-test.js"></script>
|
| -<script>
|
| -assertCSSResponsive({
|
| - property: 'border-image-source',
|
| - from: 'inherit',
|
| - to: 'url("test://to")',
|
| - configurations: [{
|
| - state: {inherited: 'url("test://a")'},
|
| - expect: [
|
| - {at: 0.25, is: '-webkit-cross-fade(url("test://a"), url("test://to"), 0.25)'},
|
| - {at: 0.75, is: '-webkit-cross-fade(url("test://a"), url("test://to"), 0.75)'},
|
| - ],
|
| - }, {
|
| - state: {inherited: 'url("test://b")'},
|
| - expect: [
|
| - {at: 0.25, is: '-webkit-cross-fade(url("test://b"), url("test://to"), 0.25)'},
|
| - {at: 0.75, is: '-webkit-cross-fade(url("test://b"), url("test://to"), 0.75)'},
|
| - ],
|
| - }, {
|
| - state: {inherited: 'none'},
|
| - expect: [
|
| - {at: 0.25, is: 'none'},
|
| - {at: 0.75, is: 'url("test://to")'},
|
| - ],
|
| - }],
|
| -});
|
| -
|
| -assertCSSResponsive({
|
| - property: 'border-image-source',
|
| - from: neutralKeyframe,
|
| - to: 'url("test://to")',
|
| - configurations: [{
|
| - state: {underlying: 'url("test://a")'},
|
| - expect: [
|
| - {at: 0.25, is: '-webkit-cross-fade(url("test://a"), url("test://to"), 0.25)'},
|
| - {at: 0.75, is: '-webkit-cross-fade(url("test://a"), url("test://to"), 0.75)'},
|
| - ],
|
| - }, {
|
| - state: {underlying: 'url("test://b")'},
|
| - expect: [
|
| - {at: 0.25, is: '-webkit-cross-fade(url("test://b"), url("test://to"), 0.25)'},
|
| - {at: 0.75, is: '-webkit-cross-fade(url("test://b"), url("test://to"), 0.75)'},
|
| - ],
|
| - }, {
|
| - state: {underlying: 'none'},
|
| - expect: [
|
| - {at: 0.25, is: 'none'},
|
| - {at: 0.75, is: 'url("test://to")'},
|
| - ],
|
| - }],
|
| -});
|
| -</script>
|
|
|