Bug 207386 - [ iOS wk2 ] imported/w3c/web-platform-tests/css/css-transitions/properties-value-002.html is flaky failing.
Summary: [ iOS wk2 ] imported/w3c/web-platform-tests/css/css-transitions/properties-va...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: iPhone / iPad iOS 13
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-07 09:18 PST by Jason Lawrence
Modified: 2020-02-07 09:29 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Lawrence 2020-02-07 09:18:45 PST
imported/w3c/web-platform-tests/css/css-transitions/properties-value-002.html

Description:
This test is flaky failing on iOS wk2.

History:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-transitions%2Fproperties-value-002.html&platform=ios&limit=50000

Diff:
--- /Volumes/Data/slave/ios-simulator-13-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-transitions/properties-value-002-expected.txt
+++ /Volumes/Data/slave/ios-simulator-13-debug-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/css/css-transitions/properties-value-002-actual.txt
@@ -1,20 +1,20 @@
 
 PASS margin-bottom percentage(%) / values 
-PASS margin-bottom percentage(%) / events 
+FAIL margin-bottom percentage(%) / events assert_equals: Expected TransitionEnd events triggered on .transition expected "margin-bottom:2s" but got ""
 PASS margin-left percentage(%) / values 
-PASS margin-left percentage(%) / events 
+FAIL margin-left percentage(%) / events assert_equals: Expected TransitionEnd events triggered on .transition expected "margin-left:2s" but got ""
 PASS margin-right percentage(%) / values 
-PASS margin-right percentage(%) / events 
+FAIL margin-right percentage(%) / events assert_equals: Expected TransitionEnd events triggered on .transition expected "margin-right:2s" but got ""
 PASS margin-top percentage(%) / values 
-PASS margin-top percentage(%) / events 
+FAIL margin-top percentage(%) / events assert_equals: Expected TransitionEnd events triggered on .transition expected "margin-top:2s" but got ""
 PASS padding-bottom percentage(%) / values 
-PASS padding-bottom percentage(%) / events 
+FAIL padding-bottom percentage(%) / events assert_equals: Expected TransitionEnd events triggered on .transition expected "padding-bottom:2s" but got ""
 PASS padding-left percentage(%) / values 
-PASS padding-left percentage(%) / events 
+FAIL padding-left percentage(%) / events assert_equals: Expected TransitionEnd events triggered on .transition expected "padding-left:2s" but got ""
 PASS padding-right percentage(%) / values 
-PASS padding-right percentage(%) / events 
+FAIL padding-right percentage(%) / events assert_equals: Expected TransitionEnd events triggered on .transition expected "padding-right:2s" but got ""
 PASS padding-top percentage(%) / values 
-PASS padding-top percentage(%) / events 
+FAIL padding-top percentage(%) / events assert_equals: Expected TransitionEnd events triggered on .transition expected "padding-top:2s" but got ""
 FAIL vertical-align vertical(keyword) / values assert_not_equals: must not be target value after start got disallowed value "bottom"
 FAIL vertical-align vertical(keyword) / events assert_equals: Expected TransitionEnd events triggered on .transition expected "vertical-align:2s" but got ""
 Text sample
Comment 1 Radar WebKit Bug Importer 2020-02-07 09:19:08 PST
<rdar://problem/59261360>
Comment 2 Jason Lawrence 2020-02-07 09:29:54 PST
I adjusted the expectations for this test, so it will now pass on failure while this is being investigated. 
https://trac.webkit.org/changeset/256027/webkit