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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <style>
5 td{
6 border:1px solid black;
7 }
8 </style>
9 </head>
10 <body>
11 <table border="10" frame="hsides">
12 <tr>
13 <td>A</td>
14 <td>B</td>
15 </tr>
16 <tr>
17 <td>C</td>
18 <td>D</td>
19 </tr>
20 </table>
21 </body>
22 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698