Bug 216126 - REGRESSION(r266466): [ iOS wk2 ] fast/encoding/charset-replacement.html is a constant failure
Summary: REGRESSION(r266466): [ iOS wk2 ] fast/encoding/charset-replacement.html is a ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-09-03 09:22 PDT by Hector Lopez
Modified: 2020-09-03 17:46 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hector Lopez 2020-09-03 09:22:39 PDT
fast/encoding/charset-replacement.html

Test is a constant failure according to history on iOS wk2. First occurrence of failure is at r266467 and seems to be failing from change https://trac.webkit.org/changeset/266466/webkit

History:
https://results.webkit.org/?suite=layout-tests&test=fast%2Fencoding%2Fcharset-replacement.html&platform=ios

Diff:
--- /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/fast/encoding/charset-replacement-expected.txt
+++ /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/fast/encoding/charset-replacement-actual.txt
@@ -3,5 +3,5 @@
 layer at (0,0) size 800x600
   RenderBlock {HTML} at (0,0) size 800x600
     RenderBody {BODY} at (8,8) size 784x584
-      RenderText {#text} at (0,1) size 16x18
-        text run at (0,1) width 16: "\x{FFFD}"
+      RenderText {#text} at (0,0) size 10x19
+        text run at (0,0) width 10: "\x{FFFD}"
Comment 1 Radar WebKit Bug Importer 2020-09-03 09:23:00 PDT
<rdar://problem/68283458>
Comment 2 Hector Lopez 2020-09-03 09:30:02 PDT
Test expectation while investigated:

https://trac.webkit.org/changeset/266525/webkit
Comment 3 Alexey Proskuryakov 2020-09-03 17:46:23 PDT
Alex also added an iOS expectation in https://trac.webkit.org/r266522, so now we have two (in os and in ios-wk2). Other than that, this behaves correctly.