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

Unified Diff: LayoutTests/fast/table/table-frame-attribute-hsides-expected.html

Issue 379763003: Element table attr border=nonzero & attribute frame=border doesnot consider the border value and fo… Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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-frame-attribute-hsides-expected.html
diff --git a/LayoutTests/fast/table/table-frame-attribute-hsides-expected.html b/LayoutTests/fast/table/table-frame-attribute-hsides-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..d2b2eb5546ccde05012e6665e5b60e9147634241
--- /dev/null
+++ b/LayoutTests/fast/table/table-frame-attribute-hsides-expected.html
@@ -0,0 +1,26 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ table.tableborder{
+ border-top:10px solid grey;
+ border-bottom:10px solid grey;
+ }
+ td{
+ border:1px solid black;
+ }
+ </style>
+ </head>
+ <body>
+ <table class="tableborder">
+ <tr>
+ <td>A</td>
+ <td>B</td>
+ </tr>
+ <tr>
+ <td>C</td>
+ <td>D</td>
+ </tr>
+ </table>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698