Bug 47208 - CSS 2.1 failure: before-content-display-* tests fail
Summary: CSS 2.1 failure: before-content-display-* tests fail
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 47141
  Show dependency treegraph
 
Reported: 2010-10-05 14:04 PDT by Simon Fraser (smfr)
Modified: 2022-06-17 07:23 PDT (History)
6 users (show)

See Also:


Attachments
before-content-display-007.htm (950 bytes, text/html)
2010-10-05 14:04 PDT, Simon Fraser (smfr)
no flags Details
Safari 15.5 matches other browsers (332.28 KB, image/png)
2022-06-17 04:32 PDT, Ahmad Saleem
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2010-10-05 14:04:02 PDT
Created attachment 69838 [details]
before-content-display-007.htm

The follow tests fail:

html4/before-content-display-007	fail
html4/before-content-display-015	fail
Comment 1 Dave Hyatt 2011-03-11 12:27:14 PST
We pass 015.htm now.  We fail 007.htm because we need to implement baselinePosition for inline-tables.  It just falls through to RenderBlock's, which does not do the right thing.

CSS2.1 states that the baseline of an inline-table is the baseline of the first row of the table, so we need to just add a baselinePosition method that returns that.
Comment 2 Ahmad Saleem 2022-06-17 04:32:28 PDT
Created attachment 460295 [details]
Safari 15.5 matches other browsers

I am unable to reproduce this bug in Safari 15.5 on macOS 12.4 and it matches all other browsers as shown in the picture.

Appreciate if this can be marked as "RESOLVED CONFIGURATION CHANGED", if it was fixed along the way or "RESOLVED INVALID", if the test was fixed due to web-spec and it was failure because of it.

If I am testing incorrectly, please retest accordingly. Thanks!
Comment 3 zalan 2022-06-17 07:23:06 PDT
(In reply to Ahmad Saleem from comment #2)
> Created attachment 460295 [details]
> Safari 15.5 matches other browsers
> 
> I am unable to reproduce this bug in Safari 15.5 on macOS 12.4 and it
> matches all other browsers as shown in the picture.
> 
> Appreciate if this can be marked as "RESOLVED CONFIGURATION CHANGED", if it
> was fixed along the way or "RESOLVED INVALID", if the test was fixed due to
> web-spec and it was failure because of it.
> 
> If I am testing incorrectly, please retest accordingly. Thanks!
Thank you!