Skip to content

Commit dafaf62

Browse files
upsupermoz-wptsync-bot
authored andcommitted
Bug 1486171 [wpt PR 12683] - Update webkit-pseudo-element test with correct 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
1 parent ae20bee commit dafaf62

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

testing/web-platform/meta/MANIFEST.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -324954,12 +324954,6 @@
324954324954
{}
324955324955
]
324956324956
],
324957-
"compat/webkit-pseudo-element.html": [
324958-
[
324959-
"/compat/webkit-pseudo-element.html",
324960-
{}
324961-
]
324962-
],
324963324957
"compat/webkit-text-fill-color-currentColor.html": [
324964324958
[
324965324959
"/compat/webkit-text-fill-color-currentColor.html",
@@ -339512,6 +339506,12 @@
339512339506
{}
339513339507
]
339514339508
],
339509+
"css/selectors/webkit-pseudo-element.html": [
339510+
[
339511+
"/css/selectors/webkit-pseudo-element.html",
339512+
{}
339513+
]
339514+
],
339515339515
"custom-elements/CustomElementRegistry.html": [
339516339516
[
339517339517
"/custom-elements/CustomElementRegistry.html",
@@ -436543,10 +436543,6 @@
436543436543
"579d88220610e4f2ea7e884018b655cf1c5c8dca",
436544436544
"reftest"
436545436545
],
436546-
"compat/webkit-pseudo-element.html": [
436547-
"8f69477489a8eee76a6b379f07dcbcafda539c5a",
436548-
"testharness"
436549-
],
436550436546
"compat/webkit-text-fill-color-currentColor.html": [
436551436547
"f4912c93450edf03b43b220d205460cc82ef9ba2",
436552436548
"testharness"
@@ -572955,6 +572951,10 @@
572955572951
"f0c3d93cbea2430a98e1c524910ded94567a70d7",
572956572952
"testharness"
572957572953
],
572954+
"css/selectors/webkit-pseudo-element.html": [
572955+
"8b4adddba8f2797512791421910ded22c00c8be2",
572956+
"testharness"
572957+
],
572958572958
"css/support/1x1-green.png": [
572959572959
"b98ca0ba0a03c580ac339e4a3653539cfa8edc71",
572960572960
"support"

testing/web-platform/tests/compat/webkit-pseudo-element.html renamed to testing/web-platform/tests/css/selectors/webkit-pseudo-element.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<title>WebKit-prefixed pseudo-elementstitle>
33
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
44
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
5-
<link rel="help" href="https://compat.spec.whatwg.org/#css-webkit-pseudo-elements">
5+
<link rel="help" href="https://drafts.csswg.org/selectors-4/#compat">
66
<meta name="assert" content="WebKit-prefixed pseudo-elements should always be valid">
77
<script src="/resources/testharness.js">script>
88
<script src="/resources/testharnessreport.js">script>

0 commit comments

Comments
 (0)