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

Side by Side Diff: LayoutTests/fast/table/table-frame-attribute.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 <body>
4 <table border="10" frame="border">
5 <tr>
6 <td>A</td>
7 <td>B</td>
8 </tr>
9 <tr>
10 <td>C</td>
11 <td>D</td>
12 </tr>
13 </table>
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/table/table-frame-attribute-expected.html » ('j') | Source/core/html/HTMLTableElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698