mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Add test.
This commit is contained in:
parent
a70543c2a3
commit
d4f4018e88
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue