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> |