Closed
Bug 1303099
Opened 9 years ago
Closed 9 years ago
LenientFloat should finish argument processing before bailing out
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla51
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file, 1 obsolete file)
|
6.98 KB,
patch
|
Details | Diff | Splinter Review |
| Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8791733 -
Flags: review?(kyle)
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Comment 2•9 years ago
|
||
Comment on attachment 8791733 [details] [diff] [review]
LenientFloat handling should not prevent all arguments being processed; instead it should just cause an early return right after argument processing
Review of attachment 8791733 [details] [diff] [review]:
-----------------------------------------------------------------
lgtm. Since this syncs us with everyone else, is this turning into a wpt?
Attachment #8791733 -
Flags: review?(kyle) → review+
| Assignee | ||
Comment 3•9 years ago
|
||
Yes, I'll add a test as soon as I make sure we don't have one already. ;) https://treeherder.mozilla.org/#/jobs?repo=try&revision=eb9802a1e662 is checking that.
| Assignee | ||
Comment 4•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Attachment #8791733 -
Attachment is obsolete: true
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f60f494e7d57
LenientFloat handling should not prevent all arguments being processed; instead it should just cause an early return right after argument processing. r=qdot
Comment 6•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•