mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Make location_reload.html not trigger resource exhaustion.
This commit is contained in:
parent
6ce5b7527a
commit
d6ea4b60a4
2 changed files with 1 additions and 3 deletions
|
@ -21,6 +21,7 @@
|
|||
assert_equals(url, innerURL, "iframe url (" + pingCount + ")");
|
||||
pingCount++;
|
||||
if (pingCount == 5) {
|
||||
iframe.src = 'about:blank';
|
||||
t.done();
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue