File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 7
7
< link rel ="help " href ="https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo " />
8
8
< script src ="/resources/testharness.js "> </ script >
9
9
< script src ="/resources/testharnessreport.js "> </ script >
10
+ < script src ="/resources/testdriver.js "> </ script >
11
+ < script src ="/resources/testdriver-actions.js "> </ script >
12
+ < script src ="/resources/testdriver-vendor.js "> </ script >
10
13
< style >
11
14
: focus-visible {
12
15
outline : 0 ;
48
51
t . done ( ) ;
49
52
} ) ) ;
50
53
51
- window . setTimeout ( t . step_func_done ( ( ) => {
54
+ t . step_timeout ( ( ) => {
52
55
assert_true ( false , "timeout" ) ;
53
- } ) , 1000 ) ;
56
+ } , 1000 ) ;
57
+
58
+ const ctrl_key = '\uE009' ;
59
+ test_driver . click ( el ) . then ( ( ) => {
60
+ return test_driver . send_keys ( el , ctrl_key ) ;
61
+ } ) ;
54
62
55
63
</ script >
56
64
</ body >
You can’t perform that action at this time.
0 commit comments