Skip to content

Commit 1d1ba0e

Browse files
committed
Bug 1642627 [wpt PR 23911] - [webdriver] normalize and fix links to the WebDriver spec, a=testonly
Automatic update from web-platform-tests [webdriver] normalize and fix links to the WebDriver spec (#23911) Spotted while looking for incoming links to the spec: w3c/webdriver#1462 (comment) (#dfn-set-window-rect changed to #set-window-rect for consistency, not to enable the ID to be changed.) -- wpt-commits: 5d0dcf0142d07916584db9c76c2fdec02833e959 wpt-pr: 23911 Differential Revision: https://phabricator.services.mozilla.com/D78794 UltraBlame original commit: 6572082b695a7a149a6a715b1cb26f9982ec394b
1 parent c1b59df commit 1d1ba0e

File tree

6 files changed

+4
-93
lines changed

6 files changed

+4
-93
lines changed

testing/web-platform/tests/css/compositing/test-plan/test-plan.html

-49
Original file line numberDiff line numberDiff line change
@@ -5457,55 +5457,6 @@
54575457
be
54585458
easily
54595459
automated
5460-
as
5461-
there
5462-
are
5463-
on
5464-
-
5465-
going
5466-
efforts
5467-
to
5468-
make
5469-
WebDriver
5470-
[
5471-
<
5472-
cite
5473-
>
5474-
<
5475-
a
5476-
class
5477-
=
5478-
"
5479-
bibref
5480-
"
5481-
href
5482-
=
5483-
"
5484-
#
5485-
bib
5486-
-
5487-
webdriver
5488-
"
5489-
>
5490-
webdriver
5491-
<
5492-
/
5493-
a
5494-
>
5495-
<
5496-
/
5497-
cite
5498-
>
5499-
]
5500-
automated
5501-
tests
5502-
a
5503-
first
5504-
class
5505-
citizen
5506-
in
5507-
W3C
5508-
testing
55095460
.
55105461
This
55115462
means

testing/web-platform/tests/docs/writing-tests/testdriver-extension-tutorial.md

+4-27
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,7 @@ io
8787
/
8888
webdriver
8989
/
90-
webdriver
91-
-
92-
spec
93-
.
94-
html
9590
#
96-
dfn
97-
-
9891
set
9992
-
10093
window
@@ -296,14 +289,7 @@ io
296289
/
297290
webdriver
298291
/
299-
webdriver
300-
-
301-
spec
302-
.
303-
html
304292
#
305-
dfn
306-
-
307293
set
308294
-
309295
window
@@ -518,14 +504,7 @@ io
518504
/
519505
webdriver
520506
/
521-
webdriver
522-
-
523-
spec
524-
.
525-
html
526507
#
527-
dfn
528-
-
529508
set
530509
-
531510
window
@@ -2639,15 +2618,13 @@ https
26392618
:
26402619
/
26412620
/
2642-
www
2621+
w3c
26432622
.
2644-
w3
2623+
github
26452624
.
2646-
org
2647-
/
2648-
TR
2625+
io
26492626
/
2650-
webdriver1
2627+
webdriver
26512628
/
26522629
#
26532630
dfn

testing/web-platform/tests/docs/writing-tests/testdriver.md

-5
Original file line numberDiff line numberDiff line change
@@ -1024,11 +1024,6 @@ io
10241024
/
10251025
webdriver
10261026
/
1027-
webdriver
1028-
-
1029-
spec
1030-
.
1031-
html
10321027
#
10331028
keyboard
10341029
-

testing/web-platform/tests/tools/webdriver/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ io
3030
/
3131
webdriver
3232
/
33-
webdriver
34-
-
35-
spec
36-
.
37-
html
3833
)
3934
which
4035
specifies

testing/web-platform/tests/webdriver/README.md

-5
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ io
3434
/
3535
webdriver
3636
/
37-
webdriver
38-
-
39-
spec
40-
.
41-
html
4237
)
4338
.
4439
The

testing/web-platform/tests/webdriver/tests/perform_actions/support/keys.py

-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@
5151
webdriver
5252
/
5353
#
54-
h
55-
-
5654
keyboard
5755
-
5856
actions

0 commit comments

Comments
 (0)