Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: third_party/WebKit/LayoutTests/css3/motion-path/rotation-overflow-crash.html

Issue 2840943003: CSS Motion Path: delete implementation of motion-rotation property (Closed)
Patch Set: rename Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698