Closed Bug 920064 Opened 11 years ago Closed 11 years ago

Fix DOM test_interfaces.html

Categories

(Core :: DOM: Core & HTML, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla27

People

(Reporter: Ms2ger, Assigned: Ms2ger)

References

Details

Attachments

(1 file)

Attached patch Patch v1Splinter 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)
Attachment #809214 - Flags: review?(james) → review+
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? :)
https://hg.mozilla.org/mozilla-central/rev/0a2182931c50
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: