Skip to content

Commit

Permalink
Update webkit-pseudo-element test with correct spec link. (#12683)
Browse files Browse the repository at this point in the history
To reflect that this was added into selectors spec rather than compat spec,
and update the link correspondingly.

Related to w3c/csswg-drafts#3051.
  • Loading branch information
upsuper authored and foolip committed Aug 27, 2018
1 parent e612624 commit 04d0c8c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@
<title>WebKit-prefixed pseudo-elements</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="help" href="https://compat.spec.whatwg.org/#css-webkit-pseudo-elements">
<link rel="help" href="https://drafts.csswg.org/selectors-4/#compat">
<meta name="assert" content="WebKit-prefixed pseudo-elements should always be valid">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
Expand Down

0 comments on commit 04d0c8c

Please sign in to comment.