[webkit-changes] [WebKit/WebKit] 6eedff: browserbench.org's index.html should check "srcset...

Yusuke Suzuki noreply at github.com
Thu Jan 18 09:42:52 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6eedffbd7f27fd1cbc5f66915afb2cae45fb1a50
      https://github.com/WebKit/WebKit/commit/6eedffbd7f27fd1cbc5f66915afb2cae45fb1a50
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  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




More information about the webkit-changes mailing list