Open
Bug 486253
Opened 16 years ago
Updated 2 years ago
Mochitest test_bug441930.html results fail to be actually logged
Categories
(Core :: DOM: Core & HTML, defect, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: sgautherie, Unassigned)
References
Details
Attachments
(1 file)
1.99 KB,
patch
|
Details | Diff | Splinter Review |
Noticed while looking into bug 451287:
(Reproduced on my local Win2K)
{
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1237154733.1237161001.15457.gz&fulltext=1
Linux mozilla-central unit test on 2009/03/15 15:05:33
*** 26934 INFO Running /tests/content/html/content/test/test_bug441930.html...
*** 26936 INFO Running /tests/content/html/content/test/test_bug442801.html...
}
Whereas the expected results (seen when run alone) are:
{
ok - Content of dynamically disabled textarea disappeared on page reload.
ok - Changing the defaultValue attribute of a textarea fails to update its value attribute.
}
(Yet, these 2 "missing" 'TEST-PASS' are added to the "Passed" count.)
Flags: wanted1.9.2?
Comment 1•16 years ago
|
||
I'm at a bit of a loss, here, but this patch makes the outer window responsible for reloading the iframe, in case that helps. See if anything changes?
Reporter | ||
Comment 2•16 years ago
|
||
Comment on attachment 370506 [details] [diff] [review]
moving location.reload() into outer window
On one hand, this makes no difference for me.
Does it work for you?
On the other hand, if I run this directory only containing this test only , I get the expected log, with/without this patch.
Thus it might be some bad side-effect of a test running previously...
Reporter | ||
Updated•13 years ago
|
Flags: wanted1.9.2?
Comment 4•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven't been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•