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

Unified Diff: LayoutTests/fast/table/border-remove-border-attribute.html

Issue 789513004: Removing border attribute should remove the visual border (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing Created 6 years 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/border-remove-border-attribute.html
diff --git a/LayoutTests/fast/table/border-remove-border-attribute.html b/LayoutTests/fast/table/border-remove-border-attribute.html
new file mode 100644
index 0000000000000000000000000000000000000000..bb0da3120597dee49683bba9e0143ddfa103c278
--- /dev/null
+++ b/LayoutTests/fast/table/border-remove-border-attribute.html
@@ -0,0 +1,10 @@
+<table border="1">
+ <tbody>
+ <tr>
+ <td>PASS</td>
+ </tr>
+ </tbody>
+</table>
+<script>
+ document.getElementsByTagName('table')[0].removeAttribute('border');
+</script>

Powered by Google App Engine
This is Rietveld 408576698