| Index: third_party/WebKit/LayoutTests/animations/keyframe-selector-negative-percentage.html
|
| diff --git a/third_party/WebKit/LayoutTests/animations/keyframe-selector-negative-percentage.html b/third_party/WebKit/LayoutTests/animations/keyframe-selector-negative-percentage.html
|
| index 29de1c6b93b4961eb26a08d8a10c898ab6b13fd7..1830703c21486cf0b1ce16762abbdf7a0a3b7f34 100644
|
| --- a/third_party/WebKit/LayoutTests/animations/keyframe-selector-negative-percentage.html
|
| +++ b/third_party/WebKit/LayoutTests/animations/keyframe-selector-negative-percentage.html
|
| @@ -4,7 +4,7 @@
|
| <title>Check that negative (out of range) key frame percentage doesn't cause subsequent first or second ruleset to be skipped.</title>
|
| <style>
|
| #test { background-color: red; color: black }
|
| -@-webkit-keyframes fade { -10% { color: red; } }
|
| +@keyframes fade { -10% { color: red; } }
|
| #test { background-color: green; } /* if skipped, then background will be red */
|
| #test { color: white; } /* if skipped, then text will be black */
|
| </style>
|
|
|