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; |