Chromium Code Reviews| OLD | NEW |
|---|---|
| (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> | |
| OLD | NEW |