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

Side by Side 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, 7 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 unified diff | Download patch
OLDNEW
(Empty)
1 <script src="../../resources/testharness.js"></script>
2 <script src="../../resources/testharnessreport.js"></script>
3 <style>
4 body {
5 offset: path("M 2 9223372036854775640 h 112 v 18446744073709551478") 44px 6772 15909934331114796340711949647775827832394439250479252072672652844590870675306003 00577708630720076905258035289900287715787169976265040073995367323623426812203069 22677405220428480102113641824539771557937974021684448585322739937495322648385679 80319787886253759134264846157949992370349398959420807304597675507345631366384212 52681299978862571778748662527828667136369426692865884470973438080376143822883416 87498451651245152153424054000300383726062592046846049867203248174598084843154rad reverse;
6 }
7 </style>
8 <script>
9 test(() => {}, "Don't crash when using very large rotation angles.");
10 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698