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

Unified Diff: LayoutTests/fast/table/table-frame-attribute-hsides.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.html
diff --git a/LayoutTests/fast/table/table-frame-attribute-hsides.html b/LayoutTests/fast/table/table-frame-attribute-hsides.html
new file mode 100644
index 0000000000000000000000000000000000000000..a28f3f90859f3e2cdd5dc0a290e9aeefa9ff0460
--- /dev/null
+++ b/LayoutTests/fast/table/table-frame-attribute-hsides.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <style>
+ td{
+ border:1px solid black;
+ }
+ </style>
+ </head>
+ <body>
+ <table border="10" frame="hsides">
+ <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