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

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

Issue 2594493002: offset-rotate: Clamp rotation to float prior to assignment (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
index 36a4f87665de6876648e4175a6cf61a88e413569..29587a9571ef5ab36a220e921bd22e3141f0b979 100644
--- 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
@@ -2,7 +2,7 @@
<script src="../../resources/testharnessreport.js"></script>
<style>
body {
- offset: path("M 2 9223372036854775640 h 112 v 18446744073709551478") 170141183460469231731687303715884105727rad 44px;
+ offset: path("M 2 9223372036854775640 h 112 v 18446744073709551478") 6772159099343311147963407119496477758278323944392504792520726726528445908706753060030057770863072007690525803528990028771578716997626504007399536732362342681220306922677405220428480102113641824539771557937974021684448585322739937495322648385679803197878862537591342648461579499923703493989594208073045976755073456313663842125268129997886257177874866252782866713636942669286588447097343808037614382288341687498451651245152153424054000300383726062592046846049867203248174598084843154rad reverse 44px;
sashab 2016/12/20 22:36:43 good choice of number. yup
}
</style>
<script>
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/css/resolver/StyleBuilderConverter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698