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

Unified Diff: LayoutTests/fast/table/table-cell-border-doctype-expected.html

Issue 203473002: Should not render the table cell border if the <td> is empty. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
Index: LayoutTests/fast/table/table-cell-border-doctype-expected.html
diff --git a/LayoutTests/fast/table/table-cell-border-doctype-expected.html b/LayoutTests/fast/table/table-cell-border-doctype-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a753f68dd5484672d35fb1a507516ca6f12368d3
--- /dev/null
+++ b/LayoutTests/fast/table/table-cell-border-doctype-expected.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ #parent {
+ border: 1px solid blue;
+ width: 194px;
+ height: 94px;
+ display:table;
+ padding:2px;
+ }
+ </style>
+ </head>
+ <body>
+ <div id="parent">
+ <p style="display:table-cell;border: 1px solid red;background-color: yellow;"></p>
+ <p style="display:table-cell;width:2px"></p>
+ <p style="display:table-cell;border: 1px solid red;"></p>
+ </div>
+ </body>
+</html>
« no previous file with comments | « LayoutTests/fast/table/table-cell-border-doctype.html ('k') | LayoutTests/fast/table/table-cell-border-no-doctype.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698