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

Unified Diff: LayoutTests/fast/media/media-query-list-01.html

Issue 269053005: Remove CSS media features -webkit-transform-2d, -webkit-animation and -webkit-view-mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update tests Created 6 years, 7 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/fast/media/media-query-list-01.html
diff --git a/LayoutTests/fast/media/media-query-list-01.html b/LayoutTests/fast/media/media-query-list-01.html
index 4e847c2d9d932ffee857d0dee71fdb03ea19d96e..7e10193e9389aa098f5cc110b786439c8b4318a7 100644
--- a/LayoutTests/fast/media/media-query-list-01.html
+++ b/LayoutTests/fast/media/media-query-list-01.html
@@ -37,9 +37,6 @@
testQuery('(min-device-width: 100px)', true);
testQuery('(min-device-width: 50000px)', false);
-
- testQuery('(-webkit-animation: 1)', true);
- testQuery('(-webkit-transform-2d)', true);
}
</script>
« no previous file with comments | « LayoutTests/fast/media/matchmedium-query-api-expected.txt ('k') | LayoutTests/fast/media/media-query-list-01-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698