Bug 228211
Summary: | [ Catalina+ wk1 ] css2.1/20110323/replaced-intrinsic-003.htm is a flaky text failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robert Jenner <jenner> |
Component: | CSS | Assignee: | 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 |
Robert Jenner
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
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/80995064>
Simon Fraser (smfr)
Reproduced with run-webkit-tests -1 css2.1/20110323/replaced-intrinsic-003.htm --iterations=100 --force
Robert Jenner
(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
Ahmad Saleem
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!
Karl Dubost
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?
Karl Dubost
Test has been removed in https://github.com/WebKit/WebKit/pull/8065