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

Unified Diff: LayoutTests/inspector/console/console-css-warnings-expected.txt

Issue 17176013: Do not report some CSS errors for code valid in other browsers. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 years, 6 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: LayoutTests/inspector/console/console-css-warnings-expected.txt
diff --git a/LayoutTests/inspector/console/console-css-warnings-expected.txt b/LayoutTests/inspector/console/console-css-warnings-expected.txt
index 945ccd0b2128a568544501c916009a6d1545a716..5845906936eb4cb5b701dd2060bee88d0dd83e9d 100644
--- a/LayoutTests/inspector/console/console-css-warnings-expected.txt
+++ b/LayoutTests/inspector/console/console-css-warnings-expected.txt
@@ -18,24 +18,23 @@ Invalid CSS property name: invalidproperty (line: 66)
Invalid CSS property declaration at: - (line: 67)
Invalid CSS property name: -webkit-invalidproperty (line: 70)
Invalid CSS property value: invalid-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%) (line: 77)
-Invalid CSS selector: x, (line: 81)
-Invalid CSS @supports condition: # (line: 87)
-Invalid CSS @supports condition: # (line: 90)
-Invalid CSS @supports condition: # (line: 92)
-Invalid CSS rule at: @xxx (line: 95)
-Invalid CSS rule at: @xxx (line: 96)
-Unexpected CSS token: % (line: 102)
-Invalid CSS rule at: @keyframes (line: 104)
-Invalid CSS rule at: ; (line: 106)
-Invalid CSS rule at: ; (line: 107)
-Invalid CSS rule at: ; (line: 109)
-Invalid CSS rule at: xxx (line: 110)
-Invalid CSS rule at: ; (line: 112)
-Invalid CSS rule at: xxx (line: 113)
-Invalid CSS rule at: ; (line: 115)
-Invalid CSS rule at: xxx (line: 116)
-Invalid CSS rule at: ; (line: 118)
+Invalid CSS selector: x, (line: 89)
+Invalid CSS @supports condition: # (line: 95)
+Invalid CSS @supports condition: # (line: 98)
+Invalid CSS @supports condition: # (line: 100)
+Invalid CSS rule at: @xxx (line: 103)
+Invalid CSS rule at: @xxx (line: 104)
+Unexpected CSS token: % (line: 110)
+Invalid CSS rule at: ; (line: 116)
+Invalid CSS rule at: ; (line: 117)
Invalid CSS rule at: ; (line: 119)
-Invalid CSS rule at: ; (line: 121)
+Invalid CSS rule at: xxx (line: 120)
Invalid CSS rule at: ; (line: 122)
+Invalid CSS rule at: xxx (line: 123)
+Invalid CSS rule at: ; (line: 125)
+Invalid CSS rule at: xxx (line: 126)
+Invalid CSS rule at: ; (line: 128)
+Invalid CSS rule at: ; (line: 129)
+Invalid CSS rule at: ; (line: 131)
+Invalid CSS rule at: ; (line: 132)

Powered by Google App Engine
This is Rietveld 408576698