Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Table Caption infinite recursion. #3998

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Add test.

  • Loading branch information
Hoverbear committed Nov 15, 2014
commit d4f4018e881dd26f503434a65b50994e505b7342
@@ -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>
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.