| OLD | NEW |
| (Empty) | |
| 1 <!DOCTYPE html> |
| 2 <script src="../../resources/testharness.js"></script> |
| 3 <script src="../../resources/testharnessreport.js"></script> |
| 4 <div style="background-image: radial-gradient(5% 1000000000000000000000000000000
000000% at center, green, blue, red);"></div> |
| 5 <div style="background-image: radial-gradient(1000000000000000000000000000000000
000% 5% at center, green, blue, red);"></div> |
| 6 <div style="background-image: radial-gradient(1000000000000000000000000000000000
000% 1000000000000000000000000000000000000% at center, green, blue, red);"></div
> |
| 7 <script> |
| 8 test(function() {}, 'Radial-gradient does not crash when specified with a height
or width (or both) of near infinity.'); |
| 9 </script> |
| OLD | NEW |