[Webkit-unassigned] [Bug 256525] New: Clamp frameset cols/rows values safely to integers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 9 08:48:47 PDT 2023


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

            Bug ID: 256525
           Summary: Clamp frameset cols/rows values safely to integers
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: BrowserCompat, WPTImpact
          Severity: Normal
          Priority: P2
         Component: Frames
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: simon.fraser at apple.com, zalan at apple.com

Hi Team,

While looking at 'frameset' failure, I came across another Blink commit, which can lead to passes on WPT:

Failing WPT Tests: https://wpt.fyi/results/html/rendering/non-replaced-elements/the-frameset-and-frame-elements?label=master&label=experimental&aligned=&q=frameset

large-cols-abssize.html 
large-cols-percentage.html 
large-cols-relsize.html 
large-rows-abssize.html 
large-rows-percentage.html 
large-rows-relsize.html

Blink Commit - https://chromium.googlesource.com/chromium/src.git/+/7091ff7be362763203b68fb09f48898258df0c37

WebKit Source - https://searchfox.org/wubkat/source/Source/WebCore/rendering/RenderFrameSet.cpp#186

Just wanted to raise, so this can be fixed. I tried locally to do clampTo<int> but these tests still fail, so it might be not my expertise area.

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/20230509/6afed42f/attachment-0001.htm>


More information about the webkit-unassigned mailing list