Bug 153762
Summary: | [iOS Simulator] fast/regions/text-break-properties.html failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | bfulgham, dino, hyatt |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | iPhone / iPad | ||
OS: | iOS 9.0 | ||
Bug Depends on: | |||
Bug Blocks: | 152130 |
Ryan Haddad
[iOS Simulator] fast/regions/text-break-properties.html failing
<https://build.webkit.org/results/Apple%20iOS%209%20Simulator%20Release%20WK2%20(Tests)/r195971%20(2770)/results.html>
<http://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=fast%2Fregions%2Ftext-break-properties.html>
--- /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/fast/regions/text-break-properties-expected.txt
+++ /Volumes/Data/slave/ios-simulator-9-release-tests-wk2/build/layout-test-results/fast/regions/text-break-properties-actual.txt
@@ -1 +1,6 @@
-PASS
+Region 1
+Region 2
+Region 3
+Region 4
+Start of region 5. Do not split these lines. Do not split these lines. Do not split these lines. Do not split these lines. Do not split these lines. Do not split these lines. Do not split these lines. End of region 5.
+FAIL(check region5 start) outside bounding rect was: [388, 8, 528, 208, 200, 140], and inside was: [314, 8, 333, 124, 116, 19]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Test failing since it was added added with <http://trac.webkit.org/changeset/195892
Alexey Proskuryakov
Dave, is this expected to fail like this in a small viewport?
Dave Hyatt
This test is a clone of another regions test. All I did was substitute the CSS3 terms. Could just check if the other test was marked as skipped originally. If so, this one should be also.
Ryan Haddad
Skipped test in <https://trac.webkit.org/r196371>
Brent Fulgham
CSS Regions were removed in Bug 174978.