Skip to content

Commit

Permalink
Bug 1486171 [wpt PR 12683] - Update webkit-pseudo-element test with c…
Browse files Browse the repository at this point in the history
…orrect spec link, a=testonly

Automatic update from web-platform-testsUpdate webkit-pseudo-element test with correct spec link. (#12683)

To reflect that this was added into selectors spec rather than compat spec,
and update the link correspondingly.

Related to w3c/csswg-drafts#3051.
--

wpt-commits: 04d0c8c0d8f8f9f0e91881be731fd344477573dc
wpt-pr: 12683
  • Loading branch information
upsuper authored and moz-wptsync-bot committed Aug 31, 2018
1 parent ae20bee commit dafaf62
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions testing/web-platform/meta/MANIFEST.json
Expand Up @@ -324954,12 +324954,6 @@
{}
]
],
"compat/webkit-pseudo-element.html": [
[
"/compat/webkit-pseudo-element.html",
{}
]
],
"compat/webkit-text-fill-color-currentColor.html": [
[
"/compat/webkit-text-fill-color-currentColor.html",
Expand Down Expand Up @@ -339512,6 +339506,12 @@
{}
]
],
"css/selectors/webkit-pseudo-element.html": [
[
"/css/selectors/webkit-pseudo-element.html",
{}
]
],
"custom-elements/CustomElementRegistry.html": [
[
"/custom-elements/CustomElementRegistry.html",
Expand Down Expand Up @@ -436543,10 +436543,6 @@
"579d88220610e4f2ea7e884018b655cf1c5c8dca",
"reftest"
],
"compat/webkit-pseudo-element.html": [
"8f69477489a8eee76a6b379f07dcbcafda539c5a",
"testharness"
],
"compat/webkit-text-fill-color-currentColor.html": [
"f4912c93450edf03b43b220d205460cc82ef9ba2",
"testharness"
Expand Down Expand Up @@ -572955,6 +572951,10 @@
"f0c3d93cbea2430a98e1c524910ded94567a70d7",
"testharness"
],
"css/selectors/webkit-pseudo-element.html": [
"8b4adddba8f2797512791421910ded22c00c8be2",
"testharness"
],
"css/support/1x1-green.png": [
"b98ca0ba0a03c580ac339e4a3653539cfa8edc71",
"support"
Expand Down
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 dafaf62

Please sign in to comment.