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

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

Powered by Google App Engine
This is Rietveld 408576698