Bug 214643

Summary: [ macOS ] imported/w3c/web-platform-tests/css/css-pseudo/marker-hit-testing.html is a flaky failure
Product: WebKit Reporter: Hector Lopez <hector_i_lopez>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: tsavell, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Update TestExpectations none

Description Hector Lopez 2020-07-22 09:40:27 PDT
imported/w3c/web-platform-tests/css/css-pseudo/marker-hit-testing.html

This test is flaky failing on macOS. Test is passing on Catalina Debug and Catalina WK2 Debug. 

History:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2Fcss%2Fcss-pseudo%2Fmarker-hit-testing.html

Diff:
--- /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/css/css-pseudo/marker-hit-testing-expected.txt
+++ /Volumes/Data/slave/catalina-release-tests-wk1/build/layout-test-results/imported/w3c/web-platform-tests/css/css-pseudo/marker-hit-testing-actual.txt
@@ -6,7 +6,8 @@
 <title>CSS Pseudo-Elem...
 FAIL outside string ::marker's content assert_equals: event.target expected Element node <li class="string"></li> but got Element node <ol class="outside" data-x="-65">
   <li class="image"></l...
-FAIL outside string ::marker assert_equals: event.target expected Element node <li class="string"></li> but got Element node <li class="image"></li>
+FAIL outside string ::marker assert_equals: event.target expected Element node <li class="string"></li> but got Element node <ol class="outside" data-x="-65">
+  <li class="image"></l...
 FAIL outside marker ::marker's content assert_equals: event.target expected Element node <li class="marker"></li> but got Element node <ol class="outside" data-x="-65">
   <li class="image"></l...
 FAIL outside marker ::marker assert_equals: event.target expected Element node <li class="marker"></li> but got Element node <li class="string"></li>
Comment 1 Radar WebKit Bug Importer 2020-07-22 09:40:55 PDT
<rdar://problem/65940748>
Comment 2 Hector Lopez 2020-07-22 09:46:08 PDT
Created attachment 404932 [details]
Update TestExpectations
Comment 3 Truitt Savell 2020-07-22 09:51:06 PDT
Comment on attachment 404932 [details]
Update TestExpectations

Clearing flags on attachment: 404932

Committed r264702: <https://trac.webkit.org/changeset/264702>
Comment 4 Hector Lopez 2020-07-23 12:05:24 PDT
This test has been failing since introduction:
https://trac.webkit.org/changeset/264522/webkit

Test is failing frequently on wk1 and flaky on wk2.