Commit 2d60d44e authored by Aleks Totic's avatar Aleks Totic Committed by Commit Bot

[wpt] Fix for invalid test

The author meant "reverse linear", not "reverse-linear"

Bug: 849152
Change-Id: I8273c0c5866ceebe5a150cd8e29a0a4047c7b813
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881890
Auto-Submit: Aleks Totic <atotic@chromium.org>
Reviewed-by: default avatarDavid Grogan <dgrogan@chromium.org>
Commit-Queue: Aleks Totic <atotic@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709686}
parent 3c25da9c
This is a testharness.js-based test.
FAIL outline-style is animated as a discrete type assert_equals: expected "dotted" but got "solid"
Harness: the test ran to completion.
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
outline: solid 1px black; outline: solid 1px black;
} }
#test4 { #test4 {
animation: outline-anim 3s 0s paused reverse-linear; animation: outline-anim 3s 0s paused reverse linear;
outline: solid 1px black; outline: solid 1px black;
} }
</style> </style>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment