Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 144b7ec6d94604dcac3b4d09e33f4efa621ae319
      
https://github.com/WebKit/WebKit/commit/144b7ec6d94604dcac3b4d09e33f4efa621ae319
  Author: Simon Fraser <[email protected]>
  Date:   2025-07-02 (Wed, 02 Jul 2025)

  Changed paths:
    A 
LayoutTests/compositing/iframes/hidpi-iframe-on-subpixel-boundary-tiling-expected.html
    A 
LayoutTests/compositing/iframes/hidpi-iframe-on-subpixel-boundary-tiling.html
    M Source/WebCore/rendering/RenderWidget.cpp

  Log Message:
  -----------
  REGRESSION (296407@main): White line through audio player on sfgate.com 
article
https://bugs.webkit.org/show_bug.cgi?id=295315
rdar://154779362

Reviewed by Alan Baradlay.

The snappIntRect() passed to `m_widget->paint()` causes clipping when painting 
the widget contents,
so use `enclosingIntRect()` to ensure it's not clipped for subpixel-positioned 
iframes.

* 
LayoutTests/compositing/iframes/hidpi-iframe-on-subpixel-boundary-tiling-expected.html:
 Added.
* 
LayoutTests/compositing/iframes/hidpi-iframe-on-subpixel-boundary-tiling.html: 
Added.
* Source/WebCore/rendering/RenderWidget.cpp:
(WebCore::RenderWidget::paintContents):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to