Skip to content

Commit

Permalink
small improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
deniak committed Jan 14, 2014
1 parent e047ad9 commit ac95d4c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -37,7 +37,7 @@
table.caption = caption;

assert_equals(caption.parentNode, table);
assert_equals(document.getElementById('table1').caption.innerHTML, "new caption");
assert_equals(table.caption.innerHTML, "new caption");

captions = table.getElementsByTagName('caption');
assert_equals(captions.length, 2);
Expand Down

0 comments on commit ac95d4c

Please sign in to comment.