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
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
animations
/
pseudo-element-animation-with-rems.html
blob
e2644a4a8a7849edcedf6e552c0e5104226516a6
1
<html>
2
<head>
3
<script>
4
if
(
window
.
testRunner
) {
5
testRunner
.
dumpAsText
();
6
}
7
</script>
8
<style>
9
@-webkit-keyframes anim {
10
42
% {
11
-webkit-border-horizontal-spacing:
42
rem;
12
}
13
}
14
body::first-letter {
15
-webkit-animation-name: anim;
16
}
17
</style>
18
</head>
19
<body>
20
This test passes if it does not crash.
21
</body>
22
</html>