Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/disallowed-url-serialization.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/disallowed-url-serialization.html b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/disallowed-url-serialization.html |
| index 7e7fb41350fceda91ce54b47acf6f25369dc2e96..baee7c51b0f918cef0bc0eba765346d74db94098 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/disallowed-url-serialization.html |
| +++ b/third_party/WebKit/LayoutTests/fast/css/getComputedStyle/disallowed-url-serialization.html |
| @@ -8,7 +8,6 @@ var testCases = [ |
| ['-webkit-mask-image', 'url("chrome:")'], |
| ['background-image', 'url("chrome:")'], |
| ['border-image-source', 'url("chrome:")'], |
| - ['content', 'url("chrome:")'], |
|
Timothy Loh
2016/03/23 05:07:49
Why delete this test case? It'd be better to updat
alancutter (OOO until 2018)
2016/03/23 05:30:30
I wrote this test and consider this reasonable to
nainar
2016/03/23 06:50:41
Retaining changes as per above.
|
| ['list-style-image', 'url("chrome:")'], |
| ['shape-outside', 'url("chrome:")'], |
| ]; |