229 Commits

Author SHA1 Message Date
MoyuScript
4783e9dd26 Fix iframe proxy 2015-01-18 21:38:05 +02:00
MoyuScript
dd697d9569 Add task for running mocha tests with webdriver for testing proxies 2015-01-18 14:31:53 +02:00
MoyuScript
cb8d0a5dae Improve text-shadow tests 2015-01-13 22:50:57 +02:00
MoyuScript
b9f85c411d Fix background rendering regression #496 2015-01-10 20:53:06 +02:00
MoyuScript
a532b6004c Correctly clone <select> and <textarea> value property 2015-01-05 22:58:36 +02:00
MoyuScript
a7a719f864 Correctly render input[type="password"] value 2015-01-05 21:36:53 +02:00
MoyuScript
39b0880ea6 Rename mocha/index.html to mocha/parsing.html 2015-01-05 21:22:58 +02:00
MoyuScript
f5674368cc Reduce render count for multiple render mocha test 2015-01-05 20:54:07 +02:00
MoyuScript
6c3ce8be51 Increase mocha timeout for multiple-render tests 2014-12-24 17:45:04 +02:00
MoyuScript
9a69f8f475 Allow multiple renders to occur simultaneously 2014-12-24 17:34:31 +02:00
MoyuScript
e1936be4d4 Manually call toString for colors 2014-12-13 19:23:00 +02:00
MoyuScript
2fb56dcee4 Implement border-inset color transforms 2014-12-13 19:00:29 +02:00
MoyuScript
010cadb6f1 Add color object to accept array of rgb(a) 2014-12-13 18:30:52 +02:00
MoyuScript
15dd95c15c Use Color objects for colors 2014-12-13 18:10:41 +02:00
MoyuScript
068151cc91 Add color parsing 2014-12-13 17:24:54 +02:00
MoyuScript
7cc5633c5c Implement checkbox and radio input element rendering 2014-12-06 18:17:04 +02:00
MoyuScript
f96482e24d Fix phantomjs scrolling test failure 2014-12-06 16:19:38 +02:00
MoyuScript
c163e92840 Don't scroll owner document after cloned document load 2014-11-30 14:23:52 +02:00
MoyuScript
229629a860 Fix scroll to top with pages using hashtag anchors 2014-11-30 14:16:02 +02:00
MoyuScript
de6ba1beb5 Add options.background option 2014-11-04 21:53:26 +02:00
MoyuScript
95d76a365d Partial fix for borders 2014-11-04 21:40:09 +02:00
MoyuScript
7d1f33d6b7 Add test case for border-style: inset 2014-11-03 23:49:39 +02:00
MoyuScript
5a7fd30049 Add onclone callback option to allow modifying cloned document prior to rendering 2014-10-26 19:10:09 +02:00
MoyuScript
8dec38a06e Refactor test 2014-10-19 22:38:08 +03:00
MoyuScript
f0a3fa56e1 Fix layer ordering with multiple stacks on same auto z-index 2014-10-19 22:29:34 +03:00
MoyuScript
08e532eb6b Fix canvas cropping with type: 'view' 2014-10-15 20:28:26 +03:00
MoyuScript
4836aa343c Don't remove frame container in tests 2014-10-12 20:32:10 +03:00
MoyuScript
034e0663e6 Expand clip test case 2014-10-12 20:32:00 +03:00
MoyuScript
e0db996efa Add test case for css clip 2014-10-07 20:11:46 +03:00
MoyuScript
4183f86d7c Correctly clip content that has border-radius (#399) 2014-10-07 19:11:24 +03:00
MoyuScript
587e8a73ef Fix pseudoelement rendering (with nth-child selectors etc.) 2014-10-06 22:46:43 +03:00
MoyuScript
998bfb496e Add google maps test 2014-09-27 20:20:08 +03:00
MoyuScript
6d01d29b27 Fix background-size with background-repeat x and y as well (#447) 2014-09-27 18:03:18 +03:00
MoyuScript
8f46190da8 Fix: Render background-size correctly with no-repeat #447 2014-09-27 17:02:46 +03:00
MoyuScript
ce2517ee6d Correctly handle overflow content 2014-09-27 16:54:53 +03:00
MoyuScript
fa360b8022 Fix z-index stacking with fixed position 2014-09-21 11:44:11 +03:00
MoyuScript
f875ee6c9b Correctly apply canvas background color 2014-09-21 11:24:20 +03:00
MoyuScript
d7fabc5764 Fix test retry logic 2014-09-20 21:09:18 +03:00
MoyuScript
61d50f7263 Fix tests to use local proxy 2014-09-20 20:25:48 +03:00
MoyuScript
c1ea1206e3 Correctly use native rendering with inline <svg> nodes if possible 2014-09-20 20:21:25 +03:00
MoyuScript
bc08edc340 Fallback to jsonp proxy if browser doesn't support cors xhr/image 2014-09-20 19:53:22 +03:00
MoyuScript
15599b520d Begin implementing cross-origin iframes 2014-09-20 17:36:15 +03:00
MoyuScript
58d2251e17 Fix tests 2014-09-18 22:25:37 +03:00
MoyuScript
773084235c Simplify webdriver tests 2014-09-17 00:11:47 +03:00
MoyuScript
a4ee26cffd Add preliminary support for same-origin iframes 2014-09-16 20:12:13 +03:00
MoyuScript
d71a9d5a7e Add fontawesome test 2014-09-14 19:45:58 +03:00
MoyuScript
733bd13a18 Use punycode to parse unicode characters correctly 2014-09-14 19:32:26 +03:00
MoyuScript
e23f9dd71b Don't parse/render input hidden nodes 2014-09-14 17:44:55 +03:00
MoyuScript
f93e316e46 Ensure webdriver session is closed before exiting 2014-09-09 19:54:13 +03:00
MoyuScript
90100dbc05 Add support for inline, base64 and node svg's 2014-09-08 23:44:10 +03:00