| Index: third_party/WebKit/LayoutTests/animations/responsive/font-weight-responsive.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/responsive/font-weight-responsive.html b/third_party/WebKit/LayoutTests/animations/responsive/font-weight-responsive.html
|
| deleted file mode 100644
|
| index d426aa431fa5f20212621c2392031b62134e2a5e..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/animations/responsive/font-weight-responsive.html
|
| +++ /dev/null
|
| @@ -1,41 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<script src="resources/responsive-test.js"></script>
|
| -<script>
|
| -assertCSSResponsive({
|
| - property: 'font-weight',
|
| - from: 'inherit',
|
| - to: '500',
|
| - configurations: [{
|
| - state: {inherited: '100'},
|
| - expect: [
|
| - {at: 0.25, is: '200'},
|
| - {at: 0.75, is: '400'},
|
| - ],
|
| - }, {
|
| - state: {inherited: '900'},
|
| - expect: [
|
| - {at: 0.25, is: '800'},
|
| - {at: 0.75, is: '600'},
|
| - ],
|
| - }],
|
| -});
|
| -
|
| -assertCSSResponsive({
|
| - property: 'font-weight',
|
| - from: 'bolder',
|
| - to: 'lighter',
|
| - configurations: [{
|
| - state: {inherited: '300'},
|
| - expect: [
|
| - {at: 0.25, is: '300'},
|
| - {at: 0.75, is: '200'},
|
| - ],
|
| - }, {
|
| - state: {inherited: '500'},
|
| - expect: [
|
| - {at: 0.25, is: '600'},
|
| - {at: 0.75, is: '300'},
|
| - ],
|
| - }],
|
| -});
|
| -</script>
|
|
|