RESOLVED FIXED 150090
Anonymous table objects: inline parent box requires inline-table child.
https://bugs.webkit.org/show_bug.cgi?id=150090
Summary Anonymous table objects: inline parent box requires inline-table child.
zalan
Reported 2015-10-13 10:42:37 PDT
17.2.1 For each proper table child C in a sequence of consecutive proper table children, if C is misparented then generate an anonymous 'table' or 'inline-table' box T around C and all consecutive siblings of C that are proper table children. (If C's parent is an 'inline' box, then T must be an 'inline-table' box; otherwise it must be a 'table' box.) http://www.w3.org/TR/CSS21/tables.html
Attachments
Patch (69.80 KB, patch)
2015-10-13 10:54 PDT, zalan
no flags
Archive of layout-test-results from ews104 for mac-mavericks-wk2 (893.82 KB, application/zip)
2015-10-13 11:39 PDT, Build Bot
no flags
Archive of layout-test-results from ews102 for mac-mavericks (828.53 KB, application/zip)
2015-10-13 11:54 PDT, Build Bot
no flags
Patch (94.48 KB, patch)
2015-10-13 13:27 PDT, zalan
no flags
Patch (94.48 KB, patch)
2015-10-13 14:59 PDT, zalan
no flags
zalan
Comment 1 2015-10-13 10:54:59 PDT
Dave Hyatt
Comment 2 2015-10-13 11:23:58 PDT
Comment on attachment 262993 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=262993&action=review r=me > Source/WebCore/rendering/RenderInline.cpp:305 > +bool RenderInline::newChildIsInline(const RenderObject& newChild) > +{ > + // inline parent generates inline-table. > + return newChild.isInline() | (childRequiresTable(newChild) && style().display() == INLINE); > +} No need for this to be a member function IMO. It's just a helper for addChild, so could just be static in the .cpp file. > Source/WebCore/rendering/RenderInline.h:184 > + bool newChildIsInline(const RenderObject& newChild); I don't think this needs to be in the header as an actual member.
Build Bot
Comment 3 2015-10-13 11:38:56 PDT
Comment on attachment 262993 [details] Patch Attachment 262993 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/280061 New failing tests: fast/dynamic/insert-before-table-part-in-continuation.html fast/block/float/float-not-removed-from-pre-block.html tables/mozilla/bugs/bug3037-1.html
Build Bot
Comment 4 2015-10-13 11:39:00 PDT
Created attachment 263001 [details] Archive of layout-test-results from ews104 for mac-mavericks-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews104 Port: mac-mavericks-wk2 Platform: Mac OS X 10.9.5
Build Bot
Comment 5 2015-10-13 11:54:16 PDT
Comment on attachment 262993 [details] Patch Attachment 262993 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/280097 New failing tests: fast/dynamic/insert-before-table-part-in-continuation.html fast/block/float/float-not-removed-from-pre-block.html tables/mozilla/bugs/bug3037-1.html
Build Bot
Comment 6 2015-10-13 11:54:20 PDT
Created attachment 263004 [details] Archive of layout-test-results from ews102 for mac-mavericks The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews102 Port: mac-mavericks Platform: Mac OS X 10.9.5
zalan
Comment 7 2015-10-13 13:27:51 PDT
WebKit Commit Bot
Comment 8 2015-10-13 14:58:11 PDT
Comment on attachment 263014 [details] Patch Rejecting attachment 263014 [details] from commit-queue. Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.webkit.org', '--bot-id=webkit-cq-01', 'validate-changelog', '--check-oops', '--non-interactive', 263014, '--port=mac']" exit_code: 1 cwd: /Volumes/Data/EWS/WebKit Dave Hyatt found in /Volumes/Data/EWS/WebKit/LayoutTests/ChangeLog does not appear to be a valid reviewer according to contributors.json. /Volumes/Data/EWS/WebKit/LayoutTests/ChangeLog neither lists a valid reviewer nor contains the string "Unreviewed" or "Rubber stamp" (case insensitive). Full output: http://webkit-queues.webkit.org/results/280575
zalan
Comment 9 2015-10-13 14:59:44 PDT
zalan
Comment 10 2015-10-13 15:01:18 PDT
This changeset has missing Win and iOS test results. I'll update them later.
WebKit Commit Bot
Comment 11 2015-10-13 15:54:22 PDT
Comment on attachment 263025 [details] Patch Clearing flags on attachment: 263025 Committed r191011: <http://trac.webkit.org/changeset/191011>
WebKit Commit Bot
Comment 12 2015-10-13 15:54:27 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 13 2015-10-25 14:55:12 PDT
Note You need to log in before you can comment on or make changes to this bug.