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