Skip to content

Commit

Permalink
DEBUG Demonstrate new functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike committed Aug 23, 2018
1 parent a19a236 commit 7eff6ed
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 7eff6ed

Please sign in to comment.