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
/
compositing
/
huge-mask-layer.html
blob
2ec601be0b2ebca3bfde4dbbd8d1eb7d4bc510be
1
<html>
2
<head>
3
<style>
4
.box {
5
height:
10000000
px;
6
width:
100
px;
7
-webkit-perspective:
100
;
8
-webkit-mask-box-image: url(
"bogus.png"
);
9
}
10
</style>
11
<script>
12
if
(
window
.
testRunner
)
13
testRunner
.
dumpAsText
();
14
</script>
15
</head>
16
<body>
17
<!-- This should not crash -->
18
<div
class
=
"box"
></div>
19
</body>
20
</html>