Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: third_party/WebKit/LayoutTests/fast/css/getComputedStyle/disallowed-url-serialization.html

Issue 1812763002: Pseudo and non pseudo elements should return correct computed content value (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:")'],
['list-style-image', 'url("chrome:")'],
['shape-outside', 'url("chrome:")'],
];

Powered by Google App Engine
This is Rietveld 408576698