Skip to content

Commit

Permalink
DO NOT MERGE Introduce instability
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Aug 24, 2018
1 parent a1f01d0 commit ee8d57d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dom/events/CustomEvent.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<script src="/resources/testharnessreport.js"></script>
<div id="log"></div>
<script>
test(function() {
assert_true(Math.random() > 0.5);
}, 'intentionally unstable test');

test(function() {
var type = "foo";

Expand Down

0 comments on commit ee8d57d

Please sign in to comment.