Index: third_party/WebKit/LayoutTests/css3/motion-path/rotation-overflow-crash.html |
diff --git a/third_party/WebKit/LayoutTests/css3/motion-path/rotation-overflow-crash.html b/third_party/WebKit/LayoutTests/css3/motion-path/rotation-overflow-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a0036b8eec97150881f13fab8dab6a406fa91396 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/css3/motion-path/rotation-overflow-crash.html |
@@ -0,0 +1,10 @@ |
+<script src="../../resources/testharness.js"></script> |
+<script src="../../resources/testharnessreport.js"></script> |
+<style> |
+body { |
+ offset: path("M 2 9223372036854775640 h 112 v 18446744073709551478") 44px 6772159099343311147963407119496477758278323944392504792520726726528445908706753060030057770863072007690525803528990028771578716997626504007399536732362342681220306922677405220428480102113641824539771557937974021684448585322739937495322648385679803197878862537591342648461579499923703493989594208073045976755073456313663842125268129997886257177874866252782866713636942669286588447097343808037614382288341687498451651245152153424054000300383726062592046846049867203248174598084843154rad reverse; |
+} |
+</style> |
+<script> |
+test(() => {}, "Don't crash when using very large rotation angles."); |
+</script> |