repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
events
/
page-scaled-mouse-click-iframe.html
blob
009f7f5962790ab23580996d8643585cb1e9cf9e
1
<!DOCTYPE
html
>
2
<html
style
=
"background-color: red; "
>
3
<head>
4
<style>
5
::-webkit-scrollbar {
6
width:
0
px;
7
height:
0
px;
8
}
9
</style>
10
<script
src
=
"../../resources/js-test.js"
></script>
11
</head>
12
<body
style
=
"width: 4000px; margin: 0px;"
>
13
<script
src
=
"script-tests/page-scaled-mouse-click-iframe.js"
></script>
14
</body>
15
</html>