Add test.

This commit is contained in:
Andrew Hobden 2014-11-15 09:52:17 -08:00
parent a70543c2a3
commit d4f4018e88

View file

@ -17,5 +17,8 @@
t.caption = newCaption;
is(newCaption.parentNode, t);
is(t.caption, newCaption);
// Test for https://github.com/servo/servo/issues/3997
t.getBoundingClientRect();
</script>
</html>