Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6eedffbd7f27fd1cbc5f66915afb2cae45fb1a50
      
https://github.com/WebKit/WebKit/commit/6eedffbd7f27fd1cbc5f66915afb2cae45fb1a50
  Author: Yusuke Suzuki <[email protected]>
  Date:   2024-01-18 (Thu, 18 Jan 2024)

  Changed paths:
    M Websites/browserbench.org/index.html

  Log Message:
  -----------
  browserbench.org's index.html should check "srcset" with hasOwnProperty
https://bugs.webkit.org/show_bug.cgi?id=267673
rdar://121168907

Reviewed by Ryosuke Niwa.

HTMLImageElement.prototype.srcset will invoke a setter with wrong object.
We should use hasOwnProperty to detect the existence of "srcset".

* Websites/browserbench.org/index.html:

Canonical link: https://commits.webkit.org/273182@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to