mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 915439 - Use longer timeouts for test_value_computation.html and test_value_storage.html. r=bzbarsky
This commit is contained in:
parent
818ff844d4
commit
25896b003f
@ -15,6 +15,7 @@
|
||||
<script type="text/javascript">
|
||||
SimpleTest.expectAssertions(7);
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.requestLongerTimeout(2);
|
||||
|
||||
var load_count = 0;
|
||||
function load_done() {
|
||||
|
@ -265,6 +265,7 @@ function test_property(property)
|
||||
// To avoid triggering the slow script dialog, we have to test one
|
||||
// property at a time.
|
||||
SimpleTest.waitForExplicitFinish();
|
||||
SimpleTest.requestLongerTimeout(2);
|
||||
var props = [];
|
||||
for (var prop in gCSSProperties)
|
||||
props.push(prop);
|
||||
|
Loading…
Reference in New Issue
Block a user