Closed
Bug 920064
Opened 11 years ago
Closed 11 years ago
Fix DOM test_interfaces.html
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jgraham
:
review+
|
Details | Diff | Splinter Review |
The parsing fails because the version of the IDL parser we have doesn't support default arguments. Since these aren't actually used, I'm just going to comment them out until we update the IDL parser.
I also wrapped the parsing in a setup call, so we won't have this silently happen again (upstreamed as <https://github.com/w3c/web-platform-tests/pull/351>).
Attachment #809214 -
Flags: review?(james)
Updated•11 years ago
|
Attachment #809214 -
Flags: review?(james) → review+
Assignee | ||
Comment 1•11 years ago
|
||
Flags: in-testsuite-
Comment 2•11 years ago
|
||
Comment on attachment 809214 [details] [diff] [review]
Patch v1
>- void collapse(optional boolean toStart = false);
>+ void collapse(optional boolean toStart /* = false */);
Isn't it a read-only copy of the upstream? :)
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
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
•