Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(960)

Side by Side Diff: third_party/WebKit/LayoutTests/paint/transparency/compositing-alpha-fold-crash.html

Issue 2812103002: Don't allow the composited-alpha folding optimization to cross subsequences (Closed)
Patch Set: none Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype HTML>
2 <!-- Test passes if it does not crash. -->
3 <body style="opacity: 0.5">
wkorman 2017/04/11 20:52:25 rm space?
chrishtr 2017/04/11 21:09:10 Done.
4 <div id=div1 style=" -webkit-mask-box-image-source: url();" >
wkorman 2017/04/11 20:52:25 don't need ids on divs
chrishtr 2017/04/11 21:09:10 Done.
5 </div>
6 <div id=div2 style=" box-shadow: 1px 1px black; -webkit-padding-before: 1px; iso lation: isolate">
7 <div id=div3 style="-webkit-padding-before: 1px; isolation: isolate"></div>
wkorman 2017/04/11 20:52:25 do we need the -webkit prefixes here and two more
8 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698