[Webkit-unassigned] [Bug 250695] New: Form association by HTML parser should not work if the form element is not in the document tree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 16 18:05:34 PST 2023


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

            Bug ID: 250695
           Summary: Form association by HTML parser should not work if the
                    form element is not in the document tree
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: cdumez at apple.com, wenson_hsieh at apple.com

Hi Team,

While going through Blink's commit, I came across another failing test:

NOTE - I took updated copy of test from source.chromium.org rather than from commit.

Test Case - https://jsfiddle.net/tq84a3pv/show

^ Chrome Canary 111 and Firefox Nightly 110 passes all tests while Safari Technology 161 fails following:

Testing LABEL
FAIL formOwner should be not defined. Was defined.
Testing INPUT
FAIL formOwner should be not defined. Was defined.
Testing LABEL
FAIL formOwner should be not defined. Was defined.
Testing INPUT
FAIL formOwner should be not defined. Was defined.
Testing DIV
FAIL formOwner should be not defined. Was defined.
Testing A
FAIL formOwner should be not defined. Was defined.
Testing P
FAIL formOwner should be not defined. Was defined.

______

Blink Commit - https://chromium.googlesource.com/chromium/blink/+/ca6002a6e198c84792fed0eb5251a027d7611e9d

Just wanted to raise so we can fix it. I haven't checked whether 1-1 merge is possible or not.

Thanks!

-- 
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/20230117/d8cca152/attachment.htm>


More information about the webkit-unassigned mailing list