lib/capybara/spec/views/with_animation.erb in capybara-3.35.3 vs lib/capybara/spec/views/with_animation.erb in capybara-3.36.0
- old
+ new
@@ -1,7 +1,7 @@
-
-<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
+<!DOCTYPE html>
+<html lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<title>with_animation</title>
<script src="/jquery.js" type="text/javascript" charset="utf-8"></script>
<script src="/jquery-ui.js" type="text/javascript" charset="utf-8"></script>
@@ -77,6 +77,5 @@
<a href='#' class='animation' onclick='this.classList.add("away")' oncontextmenu='this.classList.add("pseudo")'>
animate me away
</a>
</body>
</html>
-