Bug 77882
Summary: | IETC compareDocumentPosition2 test case fails in WebKit | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | abarth, ahmad.saleem792, ap, cdumez, loic.yhuel, olivier.blin, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 76198 |
Eric Seidel (no email)
IETC compareDocumentPosition2 test case fails in WebKit
http://samples.msdn.microsoft.com/ietestcenter/domcore/showdomcoretest.htm?Node_compareDocumentPosition2
According to the spreadsheet, I think abarth had planned to take a look.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
http://samples.msdn.microsoft.com/ietestcenter/domcore/Node_compareDocumentPosition2.htm is a better URL.
Alexey Proskuryakov
See also: bug 108274.
Olivier Blin
This has been fixed by r153660.
See bug 119316 - compareDocumentPosition() should report PRECEDING or FOLLOWING information even if nodes are disconnected
Alexey Proskuryakov
That change is about to be reverted though.
Lucas Forschler
Mass moving XML DOM bugs to the "DOM" Component.
Ahmad Saleem
Safari Technology Preview 152 pass all of these cases as per WPT:
https://wpt.fyi/results/dom/nodes/Node-compareDocumentPosition.html?label=experimental&label=master&aligned
Marking this as "RESOLVED CONFIGURATION CHANGED". Thanks!