Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 196e86d4003744e47824bc288027ae60fc4680d1
      
https://github.com/WebKit/WebKit/commit/196e86d4003744e47824bc288027ae60fc4680d1
  Author: Diego De La Toba <[email protected]>
  Date:   2026-03-03 (Tue, 03 Mar 2026)

  Changed paths:
    M LayoutTests/platform/ipad/TestExpectations
    A LayoutTests/platform/ipad/quicklook/word-expected.txt
    A LayoutTests/platform/ipad/quicklook/word-legacy-expected.txt

  Log Message:
  -----------
  [iPad iOS] 2x quicklook/word.html are constant text failures
rdar://171646331
https://bugs.webkit.org/show_bug.cgi?id=309092

Unreviewed rebaseline.

The quicklook tests were failing on iPad because the OS quicklook component 
generates different HTML output on iPad compared to iPhone. Specifically:

- The expected output (from iOS/iPhone) includes <span class="bumpedFont15"> 
wrappers around text content for font scaling
- The actual output (from iPad) omits these extra spans, using direct <span 
class="s4"> or similar without the nested bumpedFont15 wrapper

The bumpedFont CSS classes are still defined in both outputs, but iPad simply 
doesn't apply them to span elements. This is a platform-specific difference in 
how the OS-level QuickLook framework renders Word documents, not a WebKit 
regression.

* LayoutTests/platform/ipad/TestExpectations:
* LayoutTests/platform/ipad/quicklook/word-expected.txt: Added.
* LayoutTests/platform/ipad/quicklook/word-legacy-expected.txt: Added.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to