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
/
css
/
crash-on-csstext.html
blob
b0fcb1b19fa01f2df403e04172c450191e740e20
1
<html>
2
<body>
3
<div
id =
"test"
style
=
"all: initial; left: 10px;"
></div>
4
<script>
5
if
(
window
.
testRunner
)
6
testRunner
.
dumpAsText
();
7
test
.
style
.
cssText
;
8
</script>
9
This page shouldn't crash while fetching cssText - Bug
460810
.
10
</body>
11
</html>