Bug 284716
| Summary: | Insert an anonymous inline-table when inserting a table part under an inline. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | bfulgham, karlcow, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar |
| Version: | Safari Technology Preview | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=247681 | ||
Ahmad Saleem
Hi Team,
While looking into failing test cases from Blink's commit, I came across another one. I am not sure, if it is 'Tables' specific or Layout or Rendering, so starting in L&R.
Test Case (convert-inline-to-table-cell.html): https://jsfiddle.net/chj3qnwv/3/
^ Safari 18.2 fails and don't show text in one line while Firefox Nightly 135 and Chrome Canary 133 does.
Blink Commit: https://chromium.googlesource.com/chromium/src.git/+/622e42ea052437c0d7ce4e66ea5f781b3b6bfb96
^ All other tests from this commit base with exception of above, so raising so we can fix it.
Thanks!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
Part of it got undone in another Blink merge (look into another failing test tracked in bug 247681.
Radar WebKit Bug Importer
<rdar://problem/141911789>
Ahmad Saleem
Progressed with Block-in-Inline work.
@Alan - if we want to add this test, let me know. Meanwhile I am marking it as `Configuration Changed`.
alan
You can never have too many tests.