Closed
Bug 1322096
Opened 8 years ago
Closed 7 years ago
Remove special handling of <rp> in innerText getter
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: zcorpan, Assigned: zcorpan)
Details
Attachments
(1 file)
rp should not have special handling in innerText, to match other browsers and the spec.
See
https://github.com/whatwg/html/pull/2129
https://github.com/w3c/web-platform-tests/pull/4276
Also see https://github.com/whatwg/html/issues/1801#issuecomment-263743264
Updated•8 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7da26bb326de
Don't special-case rp in innerText. r=smaug
Keywords: checkin-needed
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → zcorpan
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Comment 3•7 years ago
|
||
Backed out for build bustages at /src/dom/base/nsRange.cpp
Push that started the failures: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed,busted,exception&classifiedState=unclassified&selectedJob=203050527&revision=7da26bb326dee45fb06081c094cb47f2d6c44947
Failure log: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed,busted,exception&classifiedState=unclassified&selectedJob=203050527&revision=7da26bb326dee45fb06081c094cb47f2d6c44947
Backout: https://hg.mozilla.org/integration/autoland/rev/13ee6c203030801e96e5046cad27c696e66a2d95
Status: RESOLVED → REOPENED
Flags: needinfo?(zcorpan)
Resolution: FIXED → ---
Pushed by opettay@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fc316e011bb6
Don't special-case rp in innerText. r=smaug
Comment 5•7 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 7 years ago → 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(zcorpan)
QA Contact: overholt
Updated•7 years ago
|
QA Contact: overholt
Updated•7 years ago
|
status-firefox53:
affected → ---
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
•