[Webkit-unassigned] [Bug 23088] CSS Transition property crashes Webkit under certain conditions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jan 3 19:05:19 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23088
------- Comment #7 from faruk at apple.com 2009-01-03 19:05 PDT -------
(From update of attachment 26391)
><!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
><HTML><HEAD>
>
>
> <META content="text/html; charset=utf-8" http-equiv="Content-type"/>
> <TITLE>CSS Transition test case</TITLE>
> <STYLE media="screen" type="text/css">
> ul {
> border: 1px solid #ccc;
> width: 600px;
> }
> ul li {
> margin: 9px 0;
> }
> ul li a {
> background: blue;
> display: block;
> color: white;
> height: 63px;
> opacity: .666;
> width: 232px;
>
> -webkit-transition: opacity, width .45s, .15s ease-out;
> }
> ul li a:focus,
> ul li a:hover {
> opacity: 1;
> width: 500px;
> }
> </STYLE>
></HEAD><BODY>
> <UL>
> <LI><A rel="me" href="">foo</A></LI>
> <LI><A rel="me" href="">bar</A></LI>
> <LI><A rel="me" href="">blaat</A></LI>
> <LI><A rel="me" href=""><STRONG>facebook.com</STRONG></A></LI>
> <LI><A rel="me" href=""><STRONG>faruk.newsvine.com</STRONG></A></LI>
> </UL>
></BODY></HTML>
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list