Sign in
webkit
/
WebKit
/
3a634092e3245645233a54f0f3632665b4137d5f
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
css
/
crash-on-csstext.html
blob: b0fcb1b19fa01f2df403e04172c450191e740e20 [
file
] [
log
] [
blame
]
<html>
<body>
<div
id
=
"test"
style
=
"
all
:
initial
;
left
:
10px
;
"
></div>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
test
.
style
.
cssText
;
</script>
This page shouldn't crash while fetching cssText - Bug 460810.
</body>
</html>