Bug 216126
| Summary: | REGRESSION(r266466): [ iOS wk2 ] fast/encoding/charset-replacement.html is a constant failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Hector Lopez <hector_i_lopez> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | achristensen, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Hector Lopez
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}"
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/68283458>
Hector Lopez
Test expectation while investigated:
https://trac.webkit.org/changeset/266525/webkit
Alexey Proskuryakov
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.