[Webkit-unassigned] [Bug 158507] Setting a style on the body right after load doesn't trigger a style recalc

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 3 14:39:05 PDT 2022


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

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #1 from Ahmad Saleem <zlip.792 at gmail.com> ---
While trying to reproduce this using attached test case, I get following error in Chrome Canary 107 and Firefox Nightly 106 (just pasting "Chrome" error message but it is same in both):

Uncaught TypeError: window.getComputedStyle(...).getPropertyCSSValue is not a function
    at test (attachment.cgi?id=280758:17:56)
    at window.onload (attachment.cgi?id=280758:28:5)

While Safari Technology Preview 152 (on macOS 12.5.1 in Private Window) jut shows:

PASS: rgb(255, 0, 0) is rgb(255, 0, 0).
PASS: rgb(255, 0, 0) is rgb(255, 0, 0).

Just wanted to share updated results. 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/20220903/d10088ba/attachment.htm>


More information about the webkit-unassigned mailing list