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
/
css3
/
calc
/
calc-with-percent-and-number-in-line-height-crash.html
blob
2f7dd03a48de36fbdc13411d25f891d37299ffca
1
<!DOCTYPE
html
>
2
<style>
3
* {
4
line-height: calc(
100
% +
30
);
5
}
6
</style>
7
<p>
PASS if it does not crash in debug.
</p>
8
<script>
9
if
(
window
.
testRunner
)
10
testRunner
.
dumpAsText
();
11
</script>