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

Unified Diff: third_party/WebKit/LayoutTests/fast/css/content/content-none.html

Issue 1824283002: Ensure that we don't allow 'normal' alongside other values in content property (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/content/content-none.html
diff --git a/third_party/WebKit/LayoutTests/fast/css/content/content-none.html b/third_party/WebKit/LayoutTests/fast/css/content/content-none.html
index bcc0090047760f4c7f2d2efb21c9e5b15ab4b0f6..4462f95a090fd7ace22b4b65d07bc4ca3541827f 100644
--- a/third_party/WebKit/LayoutTests/fast/css/content/content-none.html
+++ b/third_party/WebKit/LayoutTests/fast/css/content/content-none.html
@@ -4,6 +4,9 @@
<style type="text/css">
span:before { content: "TEST FAILED"; }
#test:before { content: none; }
+ #testContainer {
+ border:1px solid black;
+ }
</style>
<script type="text/javascript">
if (window.testRunner) {

Powered by Google App Engine
This is Rietveld 408576698