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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <table border="1">
2 <tbody>
3 <tr>
4 <td>PASS</td>
5 </tr>
6 </tbody>
7 </table>
8 <script>
9 document.getElementsByTagName('table')[0].removeAttribute('border');
10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698