MoyuScript
1fa45c64e1
initial commit for transforms
2013-08-06 18:17:33 +03:00
MoyuScript
55641a0fd8
Refactoring
2013-08-06 17:55:13 +03:00
MoyuScript
25abef772e
Refactoring
2013-08-06 17:46:47 +03:00
MoyuScript
ef7ffef87d
passes z-index8 non-positioned element with opactiy < 1
...
The MDN article Understanding_z_index/Stacking_and_float is wrong about this
2013-08-06 10:34:13 +08:00
MoyuScript
caf020c9e7
coding optimizations
2013-08-06 10:01:20 +08:00
MoyuScript
6307f7c724
z-index overhaul. relative above static; negative z-index
...
1. when stacking without z-index, positioned > floated > normal flow
2. supports negative z-index
3. new stacking context formed when opacity < 1 (standard)
4. new stacking context formed for position:fixed (no standard yet, done in mobile webkit and chrome 22+)
2013-08-06 03:36:12 +08:00
MoyuScript
c4e0fa48c6
first transform test
2013-08-04 19:21:00 +03:00
MoyuScript
aceddb6083
Refactor
2013-08-04 18:33:18 +03:00
MoyuScript
e8b41718b8
Fix build order
2013-08-04 18:33:02 +03:00
MoyuScript
ce1eeb9ecb
Add tests for text shadow
2013-08-04 17:00:41 +03:00
MoyuScript
642ead4c58
add grunt watch
2013-08-04 16:42:12 +03:00
MoyuScript
2120409879
Update readme
2013-08-04 16:41:41 +03:00
MoyuScript
dfc0a8a9a0
Fix border rendering bug
2013-08-04 16:41:36 +03:00
MoyuScript
e90ebeaa25
use element instead of element-array in examples
2013-08-04 16:03:47 +03:00
MoyuScript
2b55a29bfd
Remove jQuery from examples
2013-08-04 15:58:42 +03:00
MoyuScript
7fe565e5a5
Update readme
2013-08-04 15:51:16 +03:00
MoyuScript
e2aff83e3d
Update package.json
2013-08-04 15:50:54 +03:00
MoyuScript
5dcb46717b
Change iframe test url
2013-08-04 15:41:46 +03:00
MoyuScript
1c3c4a5983
fix shadow parsing for IE9
2013-08-04 15:41:00 +03:00
MoyuScript
482f827e00
Update sauce-connect logging
2013-08-04 15:14:34 +03:00
MoyuScript
4c2cfb30ed
Merge branch 'arrix-child_textnodes' into develop
2013-08-04 14:36:55 +03:00
MoyuScript
795d7e1d68
fixes #251 . inline text in top element
2013-08-02 14:36:42 +08:00
MoyuScript
d017add199
added test case for #251 inline text in top element
2013-08-02 10:11:07 +08:00
MoyuScript
fff6b55e35
Merge branch 'master' of git://github.com/fdn/html2canvas into fdn-master
2013-06-23 19:27:53 +03:00
MoyuScript
5bdc728f6f
Added qunit tests for text-shadow
2013-06-18 23:47:08 -07:00
MoyuScript
373f6f4e62
remove svg rendering
2013-06-15 11:53:28 +03:00
MoyuScript
f1d051e11f
Parse out multiple text-shadow values and only honor the first one.
2013-06-12 16:48:23 -07:00
MoyuScript
2173c277ae
Better text-shadow parsing
2013-06-12 15:48:00 -07:00
MoyuScript
79d4dd0410
Basic implementation of text-shadow
2013-06-12 14:54:46 -07:00
MoyuScript
9e8afc3e81
add iframe test
2013-05-31 18:07:57 +03:00
MoyuScript
56a20e2833
revert image smooth disabling
2013-05-29 22:50:01 +03:00
MoyuScript
e7040441d6
disable image smoothing
2013-05-29 22:31:00 +03:00
MoyuScript
8c1ed8af5b
adjust logging for results
2013-05-29 22:28:42 +03:00
MoyuScript
c61ac5663c
update readme
2013-05-29 22:28:32 +03:00
MoyuScript
86843e827a
delete .DS_Store
2013-05-29 22:14:50 +03:00
MoyuScript
0ab0c8e03f
http->https
2013-05-29 22:13:22 +03:00
MoyuScript
fd09c2fdca
compare results from db
2013-05-29 22:01:07 +03:00
MoyuScript
4586eab80e
fix test result report posting
2013-05-29 21:16:28 +03:00
MoyuScript
49308370a1
encrypt api key only
2013-05-29 20:52:27 +03:00
MoyuScript
4c77983a86
add logging for test reporting
2013-05-29 20:32:58 +03:00
MoyuScript
75e4862863
add test result storing
2013-05-29 20:12:37 +03:00
MoyuScript
2559cdafb8
setup travis config
2013-05-29 18:41:15 +03:00
MoyuScript
09cb244fc9
use sync-webdriver for selenium tests
2013-05-29 18:01:28 +03:00
MoyuScript
eaa932c8a7
fix typo
2013-05-21 23:23:56 +03:00
MoyuScript
56c9960b51
update download link
2013-05-21 23:23:31 +03:00
MoyuScript
48fda2f80c
Merge pull request #214 from felfert/master
...
Fixed #207
2013-05-21 12:32:26 -07:00
MoyuScript
297e091ba3
Fixed #207
2013-05-19 22:34:57 +02:00
MoyuScript
3a98714045
Merge pull request #190 from cobexer/zIndex-1
...
added test for zIndex -1 element used as background
2013-04-15 07:44:47 -07:00
MoyuScript
b7f549a172
added test for zIndex -1 element used as background
2013-04-15 13:08:54 +02:00
MoyuScript
01254784ba
Merge pull request #189 from felfert/master
...
Fixed parsing of generic INPUT elements on IE9
2013-04-09 12:24:32 -07:00