Sign in
webkit
/
WebKit
/
49e061d8a3dbe8c30f3935dcdd27d7b6b9ae2882
/
.
/
WebDriverTests
/
imported
/
selenium
/
common
/
src
/
web
/
click_too_big.html
blob: 568ee77eb50ec7ef7c0c218e48cac0ccb41322b4 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<body>
<a
id
=
"click"
href
=
"clicks.html"
target
=
"_parent"
>
<div
style
=
"
width
:
10001px
;
height
:
10001px
;
background-color
:
green
;
"
>
</div>
</a>
</body>
</html>