WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
Testcase
reflection-hit-test.html (text/html), 586 bytes, created by
Simon Fraser (smfr)
on 2009-03-12 11:06:14 PDT
(
hide
)
Description:
Testcase
Filename:
MIME Type:
Creator:
Simon Fraser (smfr)
Created:
2009-03-12 11:06:14 PDT
Size:
586 bytes
patch
obsolete
><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" > "http://www.w3.org/TR/html4/loose.dtd"> > ><html lang="en"> ><head> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> > <title>Reflections and hit testing</title> > <style type="text/css" media="screen"> > .reflected { > display: inline-block; > height: 100px; > width: 100px; > margin: 10px; > background-color: gray; > -webkit-box-reflect: below; > } > </style> ></head> ><body> > ><div class="reflected"></div> > ><a href="http://www.example.com">Link here</a> > ></body> ></html>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Reflections and hit testing</title> <style type="text/css" media="screen"> .reflected { display: inline-block; height: 100px; width: 100px; margin: 10px; background-color: gray; -webkit-box-reflect: below; } </style> </head> <body> <div class="reflected"></div> <a href="http://www.example.com">Link here</a> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 24552
: 28535 |
28539