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: pkg/dev_compiler/test/browser/language_tests.js

Issue 2739103003: Fix test expectation (Closed)
Patch Set: Created 3 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/dev_compiler/test/browser/language_tests.js
diff --git a/pkg/dev_compiler/test/browser/language_tests.js b/pkg/dev_compiler/test/browser/language_tests.js
index f922ca90da4f19085950a3dfb00c3d03b024f5bc..1655c065d16dd0a9b17d793d2054312311cee0f0 100644
--- a/pkg/dev_compiler/test/browser/language_tests.js
+++ b/pkg/dev_compiler/test/browser/language_tests.js
@@ -423,7 +423,8 @@ define(['dart_sdk', 'async_helper', 'expect', 'unittest', 'is', 'require'],
'element_offset_test': 'fail',
'element_test': async_unittest,
- 'element_types_test': firefox_fail,
+ // This may no longer be a valid test?
+ 'element_types_test': is.chrome('<=56') ? pass : fail,
'event_customevent_test': async_unittest,
'events_test': async_unittest,
'fileapi_test': async_unittest,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698