Make location_reload.html not trigger resource exhaustion.

This commit is contained in:
Josh Matthews 2016-02-05 14:39:24 -05:00
parent 6ce5b7527a
commit d6ea4b60a4
2 changed files with 1 additions and 3 deletions

View file

@ -21,6 +21,7 @@
assert_equals(url, innerURL, "iframe url (" + pingCount + ")");
pingCount++;
if (pingCount == 5) {
iframe.src = 'about:blank';
t.done();
}
});