Sign in
webkit
/
WebKit
/
9a43d7e8bb9093ccc493831ef3377ee933abb11e
/
.
/
LayoutTests
/
fast
/
css
/
variables
/
invalidate-overly-long-variable-values-expected.html
blob: 8dff403ee8cc8a6df01f3f235516f0078d2e2dbe [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
#
foo
{
width
:
400px
;
height
:
400px
;
background-color
:
green
;
}
</style>
</head>
<body>
<div
id
=
"foo"
></div>
</body>
</html>