Closed
Bug 468413
Opened 17 years ago
Closed 17 years ago
intl/uconv/tests/test_bug335816.html fails randomly
Categories
(Core :: Internationalization, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.1b3
People
(Reporter: roc, Assigned: roc)
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
|
1.39 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
See http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1228723266.1228726736.19917.gz#err0
*** 38939 ERROR TEST-UNEXPECTED-FAIL | /tests/intl/uconv/tests/test_bug335816.html | Error thrown during test: $("display") is null - got 0, expected 1
The test does
<script ...>
function test()
{
ok($("display").innerHTML != "Keep that breathless charm", "Hidden script not executed");
SimpleTest.finish();
}
...
setTimeout(test, 100);
</script>
*before* the <p id="display"> appears in the document. So it's entirely possible that parsing stalls for more than 100ms after the <script> closes but before the <p> is encountered, so indeed we'll fail to find the element.
| Assignee | ||
Comment 1•17 years ago
|
||
Assignee: smontagu → roc
Attachment #351863 -
Flags: review?(smontagu)
Updated•17 years ago
|
Attachment #351863 -
Flags: review?(smontagu) → review+
| Assignee | ||
Comment 2•17 years ago
|
||
Pushed 8a7a803e86fd
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Whiteboard: [needs 191 landing]
| Assignee | ||
Comment 3•17 years ago
|
||
Pushed to 1.9.1 as 62a0552da6fa
Keywords: fixed1.9.1
Whiteboard: [needs 191 landing]
Updated•17 years ago
|
Flags: in-testsuite+
Target Milestone: --- → mozilla1.9.1b3
You need to log in
before you can comment on or make changes to this bug.
Description
•