[Webkit-unassigned] [Bug 20321] font sizes in design mode
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 27 17:06:57 PDT 2022
https://bugs.webkit.org/show_bug.cgi?id=20321
Ahmad Saleem <zlip.792 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zlip.792 at gmail.com
--- Comment #2 from Ahmad Saleem <zlip.792 at gmail.com> ---
I think following test case do provide bit of coverage for fontsize via execCommand but not when they are defined as "x-small" etc.
Link - https://github.com/WebKit/WebKit/blob/main/LayoutTests/editing/execCommand/query-font-size.html
But if I take the test case and make it JSfiddle as below:
https://jsfiddle.net/1z9etd8k/1/
In Line 92 to 94, I added these "x-small" etc. and got output value of 3 in Safari 15.5 on macOS 12.4, which is same as Chrome Canary 105. But Firefox Nightly 103, does not produce any output for these new additions. Further, Firefox also not produce any output for Manual CSS font-size tests.
I might be doing it completely wrong but I think updating the test and raising this as part of InterOp 2022 for "execCommand" could be good. If I am testing incorrectly or screwed-up on test case update then ignore my comment. 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/20220628/b851c0a0/attachment.htm>
More information about the webkit-unassigned
mailing list