Open
Bug 852433
Opened 12 years ago
Updated 2 years ago
test_bug344861.html on windows 7 is affected by other tests.
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
NEW
People
(Reporter: wchen, Unassigned)
Details
Steps to reproduce:
1. Run test_bug344861.html as a single test on Windows 7 with an aero theme (interestingly the test does not fail using the basic theme).
It fails with:
failed | window.open has correct height dimensions - got 199, expected 200
failed | window.open has correct width dimensions - got 198, expected 200
However, if you run the entire directory containing the test, it will pass. Most of the tests in the docshell/test/navigation directory will cause it to pass. After a bit of experimentation I have found that if any of the previous tests call window.open and pass in parameters for width and height (e.g. window.open("/", "window0", "width=10,height=10")), then test_bug344861.html will pass.
Comment 1•12 years ago
|
||
Does adding a call like that to the test cause it to pass on its own?
Reporter | ||
Comment 2•12 years ago
|
||
(In reply to Blake Kaplan (:mrbkap) from comment #1)
> Does adding a call like that to the test cause it to pass on its own?
No it doesn't. However, if you add the test file twice or refresh the test page, it will pass from the second run onwards.
Comment 3•6 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
•