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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/table/table-frame-attribute.html
diff --git a/LayoutTests/fast/table/table-frame-attribute.html b/LayoutTests/fast/table/table-frame-attribute.html
new file mode 100644
index 0000000000000000000000000000000000000000..e96c79db179f3f921c621c0a6168f6a9cccb29da
--- /dev/null
+++ b/LayoutTests/fast/table/table-frame-attribute.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <table border="10" frame="border">
+ <tr>
+ <td>A</td>
+ <td>B</td>
+ </tr>
+ <tr>
+ <td>C</td>
+ <td>D</td>
+ </tr>
+ </table>
+ </body>
+</html>
« 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