Add html test case for table not printing properly within nested divs that have certain styles.

The table is cut off in print preview and the rest of the webpage ends up being entirely blank.

BUG=124517
NOTRY=true

Review URL: https://codereview.chromium.org/451503003

Cr-Commit-Position: refs/heads/master@{#288309}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288309 0039d316-1c4b-4281-b951-d872f2087c98
parent 813baab3
# Test Expectations
# Tests should be kept in order of crbug issue ID.
# Table is cut off.
crbug.com/124517 source_html/table/cell-table.html [ Pass Failure ]
# Logo should appear on every page, but doesn't.
crbug.com/326834 source_html/css/repeating-item.html [ Pass Failure ]
# These two tests have the same problem where the image that is being rendered is incomplete when printing to PDF.
crbug.com/399756 [ Win Release ] source_html/colors/color-gradient.html [ ImageOnlyFailure ]
# The previous one is flaky due to seemingly random output.
# However, this one passes because it consistently produces output that we don't want it to.
crbug.com/399756 [ Win Release ] source_html/shapes/lines.html [ Pass Failure ]
# This tests passes because its consistently wrong
crbug.com/326834 source_html/css/repeating-item.html [ Pass Failure ]
\ No newline at end of file
<!DOCTYPE html>
<html>
<div style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;">
<div style="position: absolute; overflow: hidden; left: 0px; top: 0px; right: 0px; bottom: 0px;">
<table cellpadding="0" cellspacing="0" style="width:100%;">
<tbody>
<tr>
<td>
<div style="outline-style: none;">Foo</div>
</td>
<tr>
</tbody>
</table>
</div>
</div>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment