Bug 228211

Summary: [ Catalina+ wk1 ] css2.1/20110323/replaced-intrinsic-003.htm is a flaky text failure
Product: WebKit Reporter: Robert Jenner <jenner>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, karlcow, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=175287

Description Robert Jenner 2021-07-22 18:24:35 PDT
css2.1/20110323/replaced-intrinsic-003.htm

is a flaky text failure in WK1 on Catalina and later. 

HISTORY:
https://results.webkit.org/?suite=layout-tests&test=css2.1%2F20110323%2Freplaced-intrinsic-003.htm

TEXT DIFF:
       RenderBlock {DIV} at (0,0) size 100x200
         RenderBlock {P} at (0,0) size 100x200
           RenderEmbeddedObject {OBJECT} at (0,0) size 200x200
-            layer at (0,0) size 100x200
-              RenderView at (0,0) size 100x200
-            layer at (0,0) size 100x200
+            layer at (0,0) size 300x150
+              RenderView at (0,0) size 300x150
+            layer at (0,0) size 300x150
               RenderSVGRoot {svg} at (0,0) size 0x0
       RenderBlock {P} at (0,216) size 784x18
         RenderText {#text} at (0,0) size 432x18
Comment 1 Radar WebKit Bug Importer 2021-07-22 18:24:53 PDT
<rdar://problem/80995064>
Comment 2 Simon Fraser (smfr) 2021-08-16 09:50:48 PDT
Reproduced with run-webkit-tests -1 css2.1/20110323/replaced-intrinsic-003.htm --iterations=100 --force
Comment 3 Robert Jenner 2021-08-26 14:39:38 PDT
(In reply to Simon Fraser (smfr) from comment #2)
> Reproduced with run-webkit-tests -1
> css2.1/20110323/replaced-intrinsic-003.htm --iterations=100 --force

I was able to reproduce as well with this example. Though, I had the easiest time reproducing on a debug build at ToT. I was also able to reproduce the same failure over 11,000 revisions back. So it appears to have been flaky for a while. 

I have updated the expectations to [ Pass Failure ] for the test here:
https://trac.webkit.org/changeset/281657/webkit
Comment 4 Ahmad Saleem 2022-09-12 11:11:13 PDT
Fixed here - https://github.com/WebKit/WebKit/commit/04db8a06bdf3af5363b75f4783cef0b229e985e4

and from Comment 03:

https://trac.webkit.org/changeset/281657/webkit

Anything else needed here? Thanks!
Comment 5 Karl Dubost 2022-12-25 21:55:31 PST
These two tests are the same,

css2.1/20110323/replaced-intrinsic-003.htm
svg/hixie/intrinsic/003.html

and they fail in both Chrome and Firefox the same way.
And also in my local build for https://github.com/WebKit/WebKit/pull/8065


Should they be removed?
Comment 6 Karl Dubost 2022-12-27 16:42:11 PST
Test has been removed in https://github.com/WebKit/WebKit/pull/8065