Closed
Bug 681715
Opened 13 years ago
Closed 13 years ago
buffer-offscreen-test.html fails because the canvas falls outside the visible area
Categories
(Core :: Graphics: CanvasWebGL, defect)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
mozilla9
People
(Reporter: bjacob, Assigned: bjacob)
References
Details
Attachments
(1 file)
(deleted),
patch
|
joe
:
review+
|
Details | Diff | Splinter Review |
This is really an issue with the HTML in our test runner.
Attached patch guarantees that the frame used for the test page gets the top-left 500x500 pixels of the window, which should eradicate this kind of errors.
And also, our HTML was definitely broken, with a <table> element that never was closed, so this patches fixes it and indents this code.
Attachment #555472 -
Flags: review?(joe)
Assignee | ||
Comment 1•13 years ago
|
||
Updated•13 years ago
|
Attachment #555472 -
Flags: review?(joe) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
Assignee: nobody → bjacob
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla9
You need to log in
before you can comment on or make changes to this bug.
Description
•