Bug 295674
| Summary: | [ iOS Debug ] svg/as-image/image-respects-pageScaleFactor.html is a flakey text failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Bryan Medina <bmedina2> |
| Component: | Scrolling | Assignee: | Jonathan Bedard <jbedard> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | ap, jbedard, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Bryan Medina
svg/as-image/image-respects-pageScaleFactor.html
is a flakey text failure occurring on iOS Debug
HISTORY:
https://results.webkit.org/?suite=layout-tests&test=svg%2Fas-image%2Fimage-respects-pageScaleFactor.html
TEXT DIFF:
--- /Volumes/Data/worker/Apple-iOS-18-Simulator-Debug-WK2-Tests/build/layout-test-results/svg/as-image/image-respects-pageScaleFactor-expected.txt
+++ /Volumes/Data/worker/Apple-iOS-18-Simulator-Debug-WK2-Tests/build/layout-test-results/svg/as-image/image-respects-pageScaleFactor-actual.txt
@@ -15,3 +15,4 @@
text run at (128,113) width 4: " "
RenderImage {IMG} at (132,0) size 128x128
RenderText {#text} at (0,0) size 0x0
+scrolled to 200,150
TEXT DIFF URL:
https://build.webkit.org/results/Apple-iOS-18-Simulator-Debug-WK2-Tests/297113@main%20(1199)/svg/as-image/image-respects-pageScaleFactor-diff.txt
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/155476213>
Bryan Medina
I was able to reproduce this text failure at iOS 18 simulator ToT using the command as folllows:
run-webkit-tests svg/as-image/image-respects-pageScaleFactor.html --ios-simulator --iterations=3
EWS
Test gardening commit 297195@main (c0ce70c5114d): <https://commits.webkit.org/297195@main>
Reviewed commits have been landed. Closing PR #47793 and removing active labels.
Alexey Proskuryakov
This test isn't scrolling anything, it only calls testRunner.setPageScaleFactor(). Why does it end up scrolling?
Jonathan Bedard
This test isn't failing any more.
Jonathan Bedard
Pull request: https://github.com/WebKit/WebKit/pull/54079
EWS
Test gardening commit 303144@main (07f807287f0d): <https://commits.webkit.org/303144@main>
Reviewed commits have been landed. Closing PR #54079 and removing active labels.