UNPKG
@revoloo/cypress6
Version:
latest (1.0.0)
1.0.0
Cypress.io end to end testing tool
github.com/cypress-io/cypress
cypress-io/cypress
@revoloo/cypress6
/
packages
/
driver
/
cypress
/
fixtures
/
active-elements.html
24 lines
(20 loc)
•
268 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Active Elements Fixture
</
title
>
<
style
>
body
{
height
:
300px
; } *
:focus
{
outline
:
4px
solid blue }
</
style
>
</
head
>
<
body
>
one
<
input
id
=
"one"
/>
two
<
input
id
=
"two"
/>
</
body
>
</
html
>