Closed
Bug 1153516
Opened 10 years ago
Closed 10 years ago
Stop using is_loosely in dom/bindings/test/test_dom_xrays.html
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: Ms2ger, Assigned: bzbarsky)
References
Details
Attachments
(1 file)
(deleted),
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
Followup to bug 949614; not sure what the issue was, exactly.
Assignee | ||
Comment 1•10 years ago
|
||
> Followup to bug 949614; not sure what the issue was, exactly.
206 INFO TEST-UNEXPECTED-FAIL | dom/bindings/test/test_dom_xrays.html | Should get the right value for "location" through Xrays - got http://example.org/tests/dom/bindings/test/file_dom_xrays.html, strictly expected http://example.org/tests/dom/bindings/test/file_dom_xrays.html
The relevant caller, I expect, is:
checkXrayProperty(doc, "location", [ document.getElementById("t").src ]);
and we're talking Location object vs string.
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8591778 -
Flags: review?(bobbyholley)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Updated•10 years ago
|
Attachment #8591778 -
Flags: review?(bobbyholley) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
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
•