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

Side by Side Diff: polymer_0.5.4/bower_components/web-animations-js/test/blink/interpolation/font-weight-interpolation.html

Issue 895523005: Added Polymer 0.5.4 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 years, 10 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
1 <!doctype html> 1 <!doctype html>
2 <style> 2 <style>
3 @font-face { 3 @font-face {
4 font-family: 'WebKit WeightWatcher'; 4 font-family: 'WebKit WeightWatcher';
5 font-weight: 100; 5 font-weight: 100;
6 src: url('../../resources/WebKitWeightWatcher100.ttf'); 6 src: url('../../resources/WebKitWeightWatcher100.ttf');
7 } 7 }
8 @font-face { 8 @font-face {
9 font-family: 'WebKit WeightWatcher'; 9 font-family: 'WebKit WeightWatcher';
10 font-weight: 200; 10 font-weight: 200;
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 {at: 0.90/8, is: '200'}, 84 {at: 0.90/8, is: '200'},
85 {at: 7.10/8, is: '800'}, 85 {at: 7.10/8, is: '800'},
86 {at: 7.49/8, is: '800'}, 86 {at: 7.49/8, is: '800'},
87 {at: 7.50/8, is: '900'}, 87 {at: 7.50/8, is: '900'},
88 {at: 7.51/8, is: '900'}, 88 {at: 7.51/8, is: '900'},
89 89
90 {at: -0.1, is: '100'}, 90 {at: -0.1, is: '100'},
91 {at: 1.1, is: '900'}, 91 {at: 1.1, is: '900'},
92 ]); 92 ]);
93 </script> 93 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698