Closed
Bug 885765
Opened 12 years ago
Closed 12 years ago
test_texImage2D.html and test_texSubImage2D.html have SyntaxError, the test have never been executed
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: emk, Assigned: emk)
References
Details
Attachments
(1 file)
1.34 KB,
patch
|
Ms2ger
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/?tree=Try&rev=73f40e2cf900
08:53:57 INFO - 8732 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/imptests/html/webgl/test_texImage2D.html | Uncaught exception: http://mochi.test:8888/tests/dom/imptests/html/webgl/test_texImage2D.html (18): SyntaxError: missing ) after argument list
08:53:57 INFO - 8736 ERROR TEST-UNEXPECTED-FAIL | /tests/dom/imptests/html/webgl/test_texSubImage2D.html | Uncaught exception: http://mochi.test:8888/tests/dom/imptests/html/webgl/test_texSubImage2D.html (18): SyntaxError: missing ) after argument list
This bug has proven that the current design was very error-prone.
Assignee | ||
Comment 1•12 years ago
|
||
I've sent a pull request upstream.
https://github.com/w3c/web-platform-tests/pull/236
Comment 2•12 years ago
|
||
Reviewed and merged the upstream fix.
Assignee | ||
Comment 3•12 years ago
|
||
Thanks you, jgraham.
Updated•12 years ago
|
Attachment #770820 -
Flags: review?(Ms2ger) → review+
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla25
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•