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

Unified Diff: LayoutTests/fast/media/matchmedium-query-api.html

Issue 15679021: Parse media attributes and CSSOM media text as media_query_list. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed review issues. 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/fast/media/matchmedium-query-api-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « no previous file | LayoutTests/fast/media/matchmedium-query-api-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698