Bug 208985 - REGRESSION(r253743): [WPE] fast/viewport/ios/shrink-to-fit-large-content-width.html is failing
Summary: REGRESSION(r253743): [WPE] fast/viewport/ios/shrink-to-fit-large-content-widt...
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:
Depends on:
Blocks:
 
Reported: 2020-03-12 01:32 PDT by Diego Pino
Modified: 2020-03-12 01:32 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Pino 2020-03-12 01:32:21 PDT
After r253743 the test has passed from Crash to Failure:

  fast/viewport/ios/shrink-to-fit-large-content-width.html [ Failure ]

Diff:

--- /home/dpino/workspace/webkit-wpe/layout-test-results/retries/fast/viewport/ios/shrink-to-fit-large-content-width-expected.txt
+++ /home/dpino/workspace/webkit-wpe/layout-test-results/retries/fast/viewport/ios/shrink-to-fit-large-content-width-actual.txt
@@ -3,8 +3,9 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS innerWidth is 1000
+FAIL innerWidth should be 1000. Was 800.
 PASS successfullyParsed is true
+Some tests failed.
 
 TEST COMPLETE

Maybe this test should be skipped since it seems to be an iOS related test.