RESOLVED FIXED 46314
The RenderView's block-flow should match the root element's block-flow.
https://bugs.webkit.org/show_bug.cgi?id=46314
Summary The RenderView's block-flow should match the root element's block-flow.
Dave Hyatt
Reported 2010-09-22 15:18:28 PDT
Make sure the RenderView uses the block-flow of the root when laying out the root. This isn't in the spec, but it just seems patently obvious to me that it should work this way. Otherwise there's no way to control the overall direction of the document, since the <html> wouldn't lay out right.
Attachments
Patch (2.56 KB, patch)
2010-09-22 15:24 PDT, Dave Hyatt
simon.fraser: review+
Dave Hyatt
Comment 1 2010-09-22 15:24:37 PDT
Simon Fraser (smfr)
Comment 2 2010-09-22 15:51:01 PDT
Comment on attachment 68453 [details] Patch Got tests?
Dave Hyatt
Comment 3 2010-09-22 21:22:27 PDT
(In reply to comment #2) > (From update of attachment 68453 [details]) > Got tests? It's untestable. You can't see the RenderView's style, and we don't yet do anything layout-wise with block-flow. Once we do it will be testable.
Simon Fraser (smfr)
Comment 4 2010-09-23 08:11:40 PDT
Comment on attachment 68453 [details] Patch Explain lack of tests in the changelog.
Dave Hyatt
Comment 5 2010-09-23 10:18:21 PDT
Fixed in r68157.
Note You need to log in before you can comment on or make changes to this bug.