Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Side by Side Diff: chrome/test/data/printing/layout_tests/source_html/table/cell-table.html

Issue 451503003: Add html test case for table not printing properly within nested divs that have certain styles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TestExpectations now ordered by bug number. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/data/printing/layout_tests/platform/linux/source_html/table/cell-table-expected.png ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <div style="position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;" >
4 <div style="position: absolute; overflow: hidden; left: 0px; top: 0px; right : 0px; bottom: 0px;">
5 <table cellpadding="0" cellspacing="0" style="width:100%;">
6 <tbody>
7 <tr>
8 <td>
9 <div style="outline-style: none;">Foo</div>
10 </td>
11 <tr>
12 </tbody>
13 </table>
14 </div>
15 </div>
16 </html>
OLDNEW
« no previous file with comments | « chrome/test/data/printing/layout_tests/platform/linux/source_html/table/cell-table-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698