Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <script src="../resources/testharness.js"></script> | |
| 3 <script src="../resources/testharnessreport.js"></script> | |
| 4 <div id="target"></div> | |
| 5 <script> | |
| 6 test(() => { | |
| 7 new KeyframeEffect(null, [], {}); | |
| 8 }, 'Do not crash when creating KeyframeEffects with null targets.'); | |
| 9 </script> | |
| OLD | NEW |