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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/printing/layout_tests/source_html/table/cell-table.html
diff --git a/chrome/test/data/printing/layout_tests/source_html/table/cell-table.html b/chrome/test/data/printing/layout_tests/source_html/table/cell-table.html
new file mode 100644
index 0000000000000000000000000000000000000000..91bd8bda5c77753ae9cdb322e846c510313666bc
--- /dev/null
+++ b/chrome/test/data/printing/layout_tests/source_html/table/cell-table.html
@@ -0,0 +1,16 @@
+<!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>
« 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