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.html

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
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-css-warnings-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/console/console-css-warnings.html
diff --git a/LayoutTests/inspector/console/console-css-warnings.html b/LayoutTests/inspector/console/console-css-warnings.html
index 60a2753fcfd53fe1d8ac5d2fe18d1d13c439c039..668699424ceac9ee3d15eb5d981719a29825f528 100644
--- a/LayoutTests/inspector/console/console-css-warnings.html
+++ b/LayoutTests/inspector/console/console-css-warnings.html
@@ -75,7 +75,15 @@ x {
x {
background: invalid-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%) ;
+ background: linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,1) 100%) ;
PhistucK 2013/06/21 21:13:10 This test is problematic. While linear-gradient is
background: IE-hack ignored \9 ;
+ background: IE-hack ignored \0 ;
+ background: IE-hack ignored\0/ ;
+ animation: 3s slidein;
+ font-size-adjust: none;
+ transform: translateZ(0);
+ user-select: none;
+ -webkit-text-size-adjust: 100%;
}
x, {
@@ -102,6 +110,8 @@ x, {
@media %%%;
@keyframes;
+@keyframes { }
+@-moz-keyframes { }
@page;
@page xxx;
« no previous file with comments | « no previous file | LayoutTests/inspector/console/console-css-warnings-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698