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
/
dom
/
ruby-numeric-overflow.html
blob
b1184a140c34f908f2b014a18d5462211871dec6
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<title>
Tests overflow handling in ruby
</title>
5
<style>
6
ruby, q, sup {
7
padding-left:
56477874
%;
8
}
9
</style>
10
</head>
11
<body>
12
<ruby>
13
<q></q>
14
<wbr><sup></sup>
15
</ruby>
16
<p>
17
Test passes if it does not crash.
18
</p>
19
<script>
20
if
(
window
.
testRunner
)
21
testRunner
.
dumpAsText
();
22
</script>
23
</body>
24
</html>