Bug 214643 - [ macOS ] imported/w3c/web-platform-tests/css/css-pseudo/marker-hit-testing.html is a flaky failure
Summary: [ macOS ] imported/w3c/web-platform-tests/css/css-pseudo/marker-hit-testing.h...
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: InRadar
Depends on:
Blocks:
 
Reported: 2020-07-22 09:40 PDT by Hector Lopez
Modified: 2020-07-23 12:05 PDT (History)
3 users (show)

See Also:


Attachments
Update TestExpectations (1.29 KB, patch)
2020-07-22 09:46 PDT, Hector Lopez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.