Skip to content

Commit

Permalink
Example unstable test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Apr 20, 2017
1 parent b2b9403 commit f990a76
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/chrome_unstable.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<meta name=timeout content=long>
<title>Example test</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
test(function() {
if (navigator.userAgent.indexOf("Chrome") > -1 && Math.random() > 0.5) {
assert_true(false);
}
})
</script>

0 comments on commit f990a76

Please sign in to comment.