135 Commits

Author SHA1 Message Date
MoyuScript
326c273a4a test case for negative z-index below text 2013-08-15 23:31:48 +08:00
MoyuScript
0fe94e57f6 use solid border in z-index tests 2013-08-15 22:31:32 +08:00
MoyuScript
8ae0d503df fix text 2013-08-14 21:56:43 +03:00
MoyuScript
687b273c7d z-index test case for negative z-indexes 2013-08-14 21:56:32 +03:00
MoyuScript
f573663e80 Test case for static position inside position relative 2013-08-13 19:59:54 +03:00
MoyuScript
87c5a95e60 list all tests in index.html 2013-08-06 21:10:46 +03: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
ce1eeb9ecb Add tests for text shadow 2013-08-04 17:00:41 +03:00
MoyuScript
5dcb46717b Change iframe test url 2013-08-04 15:41:46 +03:00
MoyuScript
4c2cfb30ed Merge branch 'arrix-child_textnodes' into develop 2013-08-04 14:36:55 +03: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
9e8afc3e81 add iframe test 2013-05-31 18:07:57 +03:00
MoyuScript
8c1ed8af5b adjust logging for results 2013-05-29 22:28:42 +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
b7f549a172 added test for zIndex -1 element used as background 2013-04-15 13:08:54 +02:00
MoyuScript
303dcd58d4 Modified markdown function. Added grunt build task.
Markdown format output currently commented out.
2013-03-23 20:00:01 -04:00
MoyuScript
4da0686562 Moved pseudoelement rendering to parse.js 2013-01-11 22:36:23 +02:00
MoyuScript
f3e56fa2c1 pseudoelement tests 2013-01-11 22:33:40 +02:00
MoyuScript
d3189b8c79 Merge remote-tracking branch 'niklasvh/develop' into develop 2013-01-11 09:51:59 -06:00
MoyuScript
ad7e6ccdc5 chinese word rendering 2013-01-04 23:47:59 +02:00
MoyuScript
3236b024cf Merge remote-tracking branch 'niklasvh/develop' into develop
Conflicts:
	src/Parse.js
	src/Preload.js
2013-01-03 15:07:38 -06:00
MoyuScript
687d77174f updated results 2013-01-03 22:30:52 +02:00
MoyuScript
1e81b22027 switched background rendering to use patterns 2013-01-03 22:25:35 +02:00
MoyuScript
1b29b8bc20 background clipping support 2013-01-03 20:34:47 +02:00
MoyuScript
d29d90b134 refactored border radius calculation 2013-01-03 18:37:27 +02:00
MoyuScript
ca32ce6254 initial border-radius rendering 2013-01-02 21:26:24 +02:00
MoyuScript
4a397bbee9 add tests for resizeBounds 2013-01-02 10:47:36 -06:00
MoyuScript
7694b11a04 added border radius test 2012-12-31 20:10:18 +02:00
MoyuScript
3c6c16da85 Merge remote-tracking branch 'niklasvh/develop' into develop
Conflicts:
	src/Core.js
	src/Parse.js
	src/Util.js
2012-12-30 17:25:31 -06:00
MoyuScript
dee1085046 Moved font metrics to seperate file 2012-12-30 21:26:25 +02:00
MoyuScript
b89b6d1945 update test names 2012-12-30 11:22:47 -06:00
MoyuScript
4b6f1f4e5b replace definition property, w/ args[]
Also fix reference for preloader
2012-12-30 11:21:44 -06:00
MoyuScript
587a6f609b improved text-decoration: overline accuracy 2012-12-30 16:46:31 +02:00
MoyuScript
ed58f990ae renamed results to readme 2012-12-30 16:30:28 +02:00
MoyuScript
5fc6e715cd added result markdown creator 2012-12-30 16:29:01 +02:00
MoyuScript
0ebb1e41b0 Moved browser support checks to seperate file 2012-12-30 15:48:55 +02:00
MoyuScript
9c61608a4b refactored text rendering 2012-12-30 04:15:51 +02:00
MoyuScript
f85426f6cb Improve background-repeat accuracy for non int positions 2012-12-29 23:05:49 +02:00
MoyuScript
229da9727b updated .gitignore 2012-12-29 16:04:50 +02:00
MoyuScript
d3ba601bbe removed baseline files 2012-12-29 16:02:46 +02:00