[Webkit-unassigned] [Bug 126200] Handle (numeric) indexed access of DOMStringMap

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 20 09:34:56 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=126200

--- Comment #3 from Alexey Proskuryakov <ap at webkit.org> ---
We do, however the Blink patch in question fixes more that that, and many subtests are still failing in WebKit.

Would you mind checking if your fix in bug 123890 covers all of these?

FAIL testGet('data-r-7', 'r-7') should be true. Was false.
FAIL testGet('data-r-7-k', 'r-7K') should be true. Was false.
...
FAIL testSet('-foo', 'dummy') should throw SyntaxError: Failed to set the '-foo' property on 'DOMStringMap': '-foo' is not a valid property name.. Threw exception SyntaxError: The string did not match the expected pattern..
...
FAIL testSet('foo豈', 'dummy') should throw InvalidCharacterError: The string contains invalid characters.. Was false.
...
FAIL testDelete('data-r-2', 'r-2') should be true. Was false.
FAIL testDelete('data--r-2-', 'R-2-') should be true. Was false.
FAIL testDelete('data--r-2r', 'R-2r') should be true. Was false.
FAIL testDelete('data--r-2-----r', 'R-2----R') should be true. Was false.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220820/63e31556/attachment.htm>


More information about the webkit-unassigned mailing list