aboutsummaryrefslogtreecommitdiffstats
path: root/tests/html/active_selector.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html/active_selector.html')
-rw-r--r--tests/html/active_selector.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/html/active_selector.html b/tests/html/active_selector.html
index 8bf352b2dcc..ac53d2e6645 100644
--- a/tests/html/active_selector.html
+++ b/tests/html/active_selector.html
@@ -4,15 +4,15 @@
:active {border:1px solid #A61D61; background-color:#DC2F85; color:#333232;}
</style>
<body>
- <fieldset>
- <a href="https://servo.org/">
- Link
- </a>
- <button>Click Me!</button>
- <button disabled>You can't activate me</button>
- <a>Anchor with no href</a>
- <link href="www.mozilla.com">Link</link>
- <link>Link with no href</link>
- </fieldset>
+ <fieldset>
+ <a href="https://servo.org/">
+ Link
+ </a>
+ <button>Click Me!</button>
+ <button disabled>You can't activate me</button>
+ <a>Anchor with no href</a>
+ <link href="www.mozilla.com">Link</link>
+ <link>Link with no href</link>
+ </fieldset>
</body>
</html>