Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/gradients/unprefixed-list-item-gradient.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/gradients/unprefixed-list-item-gradient.html b/third_party/WebKit/LayoutTests/fast/gradients/unprefixed-list-item-gradient.html |
| index e9a2588ced6481f68b4b2300cec7e73c504aea45..c33c71c6fd8c4f167e5d74086f61a81b3e0d7453 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/gradients/unprefixed-list-item-gradient.html |
| +++ b/third_party/WebKit/LayoutTests/fast/gradients/unprefixed-list-item-gradient.html |
| @@ -16,4 +16,4 @@ ul { list-style-image: radial-gradient(closest-side, red, blue 99%, transparent |
| if (window.testRunner) { |
| testRunner.dumpAsTextWithPixelResults(); |
| } |
| -</script> |
| +</script> |
|
fs
2015/11/19 14:59:44
Nit: Not sure what happened here - no NL at EOF?
davve
2015/11/20 08:14:20
Yes, I happened to wander into this file and my ed
|