Bug 181821
| Summary: | REGRESSION: [iOS] Layout Test fast/visual-viewport/ios/caret-after-focus-in-fixed.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | jacob_uphoff, jlewis3, simon.fraser, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Haddad
The following layout test is flaky on iOS
fast/visual-viewport/ios/caret-after-focus-in-fixed.html
Flakiness Dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fvisual-viewport%2Fios%2Fcaret-after-focus-in-fixed.html
--- /Volumes/Data/slave/ios-simulator-11-release-tests-wk2/build/layout-test-results/fast/visual-viewport/ios/caret-after-focus-in-fixed-expected.txt
+++ /Volumes/Data/slave/ios-simulator-11-release-tests-wk2/build/layout-test-results/fast/visual-viewport/ios/caret-after-focus-in-fixed-actual.txt
@@ -1,7 +1,7 @@
Focusing first field
Moving to next field
PASS finalCaretRect.left.toFixed(2) is "44.00"
-PASS finalCaretRect.top.toFixed(2) is "1244.00"
+FAIL finalCaretRect.top.toFixed(2) should be 1244.00. Was 1322.00.
PASS successfullyParsed is true
TEST COMPLETE
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
The earliest failure visible on the dashboard blames https://trac.webkit.org/changeset/226716/webkit, but that change isn't related.
Radar WebKit Bug Importer
<rdar://problem/36754867>
Matt Lewis
marked as flaky https://trac.webkit.org/changeset/227461/webkit
Jacob Uphoff
Test is also timing out