You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These subtests have execCommand both failing with execCommand returning true in Chrome when ran in the browser, but pass with execCommand returning false in wpt.fyi:
ChildDocument.execCommand(copy, false, null) with ab[]c: ParentDocument.execCommand(copy, false, null) with ab[]c:
To clarify, this is about: "ChildDocument.execCommand(copy, false, null) with ab[]c: calling execCommand" and "ParentDocument.execCommand(copy, false, null) with ab[]c: calling execCommand"
These subtests have
execCommand
both failing withexecCommand
returningtrue
in Chrome when ran in the browser, but pass withexecCommand
returningfalse
in wpt.fyi:ChildDocument.execCommand(copy, false, null) with ab[]c:
ParentDocument.execCommand(copy, false, null) with ab[]c:
This was found by @rniwa
The text was updated successfully, but these errors were encountered: