[webkit-reviews] review granted: [Bug 130595] [CSSRegions] Fixed positioned elements in named flows have fragmented content : [Attachment 228744] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Apr 7 23:25:06 PDT 2014
Darin Adler <darin at apple.com> has granted Mihnea Ovidenie <mihnea at adobe.com>'s
request for review:
Bug 130595: [CSSRegions] Fixed positioned elements in named flows have
fragmented content
https://bugs.webkit.org/show_bug.cgi?id=130595
Attachment 228744: Patch
https://bugs.webkit.org/attachment.cgi?id=228744&action=review
------- Additional Comments from Darin Adler <darin at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=228744&action=review
> Source/WebCore/rendering/RenderBox.cpp:4444
> + || hasUnsplittableScrollingOverflow()
> + || (parent() && isWritingModeRoot())
> + || isRenderNamedFlowFragmentContainer()
> + || fixedPositionedWithNamedFlowContainingBlock();
These should be indented 4 spaces.
More information about the webkit-reviews
mailing list