DescriptionPrint absolutely positioned objects correctly when sized against the viewport.
Remove special code for printing from computeLogicalHeight() and
updateLogicalWidth() in LayoutView. The size of the containing block
established by the viewport should be equal to the size of the page, not the
size of the document.
Return the correct page size from LayoutView::layoutSize() instead of 0x0.
Special code is still needed here, because we cannot use FrameView to get the
page size (because the size of the FrameView corresponds to what we have on the
screen).
BUG=544794
R=leviw@chromium.org
Committed: https://crrev.com/fe1888ab535da3df53c670f5e6a68bd9a87158ce
Cr-Commit-Position: refs/heads/master@{#355760}
Patch Set 1 #Patch Set 2 : rebase master #Patch Set 3 : Need to rebaseline some tests, and it has to be done manually because of more specific entries alre… #Messages
Total messages: 11 (4 generated)
|