Skip to content

Commit

Permalink
phantomjs is purely synthetic events
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev authored and detro committed Mar 19, 2013
1 parent f03b838 commit d992e42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public class TestIgnorance {

private Set<Browser> alwaysNativeEvents = ImmutableSet.of(chrome, ie, opera);
private Set<Browser> neverNativeEvents = ImmutableSet.of(
htmlunit, htmlunit_js, ipad, iphone, android);
htmlunit, htmlunit_js, ipad, iphone, android, phantomjs);
private IgnoreComparator ignoreComparator = new IgnoreComparator();
private Set<String> methods = Sets.newHashSet();
private Set<String> only = Sets.newHashSet();
Expand Down

0 comments on commit d992e42

Please sign in to comment.