WebKit Bugzilla
Attachment 368309 Details for
Bug 197308
: [Cairo] Improve ShadowBlur performance using tiling optimization
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Inner shadow benchmark
inset-shadow-benchmark.html (text/html), 647 bytes, created by
Tomoki Imai
on 2019-04-26 00:33:10 PDT
(
hide
)
Description:
Inner shadow benchmark
Filename:
MIME Type:
Creator:
Tomoki Imai
Created:
2019-04-26 00:33:10 PDT
Size:
647 bytes
patch
obsolete
><html> > ><head> > <title>InsetShadow benchmark</title> > <style type="text/css"> > .box { > position:absolute; > color: white; > background-color: rgba(30, 180, 220, 0.85); > box-shadow: 0 0 10px 10px #000 inset; > margin: 10px; > width: 1600px; > height: 900px; > animation: anime1 1s infinite alternate linear; > } > /* force repaint */ > @keyframes anime1 { > 0% {left:0px; top:50px;} > 100% {left:50px; top:50px;} > } > </style> ></head> > ><body> > <div class="box">div with slight shadow</span> ></body> > ></html>
<html> <head> <title>InsetShadow benchmark</title> <style type="text/css"> .box { position:absolute; color: white; background-color: rgba(30, 180, 220, 0.85); box-shadow: 0 0 10px 10px #000 inset; margin: 10px; width: 1600px; height: 900px; animation: anime1 1s infinite alternate linear; } /* force repaint */ @keyframes anime1 { 0% {left:0px; top:50px;} 100% {left:50px; top:50px;} } </style> </head> <body> <div class="box">div with slight shadow</span> </body> </html>
View Attachment As Raw
Actions:
View
Attachments on
bug 197308
:
368306
|
368307
|
368308
| 368309 |
368312