Index: LayoutTests/fast/media/matchmedium-query-api.html |
diff --git a/LayoutTests/fast/media/matchmedium-query-api.html b/LayoutTests/fast/media/matchmedium-query-api.html |
index 278e4292c70c535e09d4202e1f09df1007f903ea..8b4bbea7b3dcea53b88f687e0e4417cf654f4659 100644 |
--- a/LayoutTests/fast/media/matchmedium-query-api.html |
+++ b/LayoutTests/fast/media/matchmedium-query-api.html |
@@ -31,7 +31,7 @@ |
testQuery('all and (color)', true); |
testQuery('not projection and (color)', true); |
testQuery('(color)', true); |
- testQuery('(color', false); |
+ testQuery('(color', true); |
testQuery('color', false); |
testQuery('garbage', false); |