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.
Created attachment 68453 [details] Patch
Comment on attachment 68453 [details] Patch Got tests?
(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.
Comment on attachment 68453 [details] Patch Explain lack of tests in the changelog.
Fixed in r68157.