268 Commits

Author SHA1 Message Date
MoyuScript
bb20261e7b Add screenshot collecting server 2017-08-28 21:27:39 +08:00
MoyuScript
4fb8fcd584 Don't copy styles for regular computed rendering 2017-08-18 20:52:29 +08:00
MoyuScript
1ab1f1ad83 Remove reftests for now 2017-08-17 23:30:00 +08:00
MoyuScript
7492bbcc48 Fix iOS 10.3 base64 image tainting canvas (Fix #1151) 2017-08-13 23:27:03 +08:00
MoyuScript
1e854b5d04 Add sauceconnect launcher 2017-08-13 23:24:39 +08:00
MoyuScript
0c00c85029 Don't render SVG nodes if it taints canvas 2017-08-13 13:11:03 +08:00
MoyuScript
722e907f40 Normalize more tests 2017-08-11 22:22:39 +08:00
MoyuScript
8adf7f8521 Allow tests to be ignored by specific browsers 2017-08-11 22:22:10 +08:00
MoyuScript
69ab7484d9 Remove profiler 2017-08-11 20:41:05 +08:00
MoyuScript
6d201b94b1 Normalize reftests 2017-08-10 23:26:22 +08:00
MoyuScript
6825831d27 Don't toggle canvas on right-mouse click 2017-08-10 21:59:26 +08:00
MoyuScript
08f0e65989 Remove animations from reftests 2017-08-09 12:05:16 +08:00
MoyuScript
a09f38ba7c Use tree order when z-index is the same 2017-08-09 11:52:42 +08:00
MoyuScript
b4dfb4404f Beging implementing reftests 2017-08-09 00:52:56 +08:00
MoyuScript
30ce973b3d Implement textShadow rendering (Fix #499 and #908) 2017-08-05 23:34:12 +08:00
MoyuScript
110c9b0eec Implement linear-gradient rendering 2017-08-05 21:13:53 +08:00
MoyuScript
243714d299 Implement support for multiple text-transforms with independent colors 2017-08-03 21:47:35 +08:00
MoyuScript
12232dfe5a Implement visibility css prop 2017-08-03 20:28:39 +08:00
MoyuScript
32642682af Begin implementing overflow clipping 2017-08-02 21:35:54 +08:00
MoyuScript
c14726ec7e Keep scroll position when toggling canvas view 2017-08-02 20:15:39 +08:00
MoyuScript
441d349948 Library rewrite 2017-08-01 00:25:58 +08:00
MoyuScript
cf29d13e0f Fix rendering of content when window is scrolled 2016-01-23 22:05:43 +02:00
MoyuScript
47b3b2a671 Fix webdriver tests for node 4.0 2015-12-06 13:32:35 -05:00
MoyuScript
3fac0e78ed Linear gradients now parse color names
Also:
- Cleans up color stop and linear gradient regular expressions.
- Handles percentage-based linear gradient positions (fixes Firefox).

Fixes niklasvh/html2canvas#469.
2015-10-25 09:44:14 -04:00
MoyuScript
9784f4887e Remove Promise polyfill 2015-10-19 01:25:03 +03:00
MoyuScript
b5df5580f7 Reformat mocha text shadow test names 2015-10-18 23:57:55 +03:00
MoyuScript
083673daef Fix gradient tests 2015-10-18 23:57:41 +03:00
MoyuScript
4eea3dd434 Add another border-radius test 2015-10-18 23:15:51 +03:00
MoyuScript
c3697eb362 Fix #688 fatal exception on unmatched color stop 2015-10-18 16:51:53 +03:00
MoyuScript
e6344db0d6 Fix support for requirejs/amd 2015-08-30 02:27:38 +03:00
MoyuScript
e85b34ae12 Correctly handle named colors in gradients 2015-03-29 23:20:17 +03:00
MoyuScript
1e3b9d5aff Add acid2 test case 2015-03-01 17:12:09 +02:00
MoyuScript
d59edbd1cf Preserve scrolling positions of nodes on clone (#511) 2015-02-28 16:51:52 +02:00
MoyuScript
c4cdaede98 Switch build to use browserify (#502) 2015-02-03 21:34:05 +02:00
MoyuScript
790e395bca Fix #517 2015-01-26 22:55:10 +02:00
MoyuScript
e0e5ef89a1 Make html2canvas requireable in nodejs 2015-01-19 23:33:29 +02:00
MoyuScript
95588a2056 Remove old test results 2015-01-19 22:51:45 +02:00
MoyuScript
5f3f184284 Fix #503 2015-01-19 22:28:10 +02:00
MoyuScript
af3c63994b Add test for adding class prior to rendering (#508) 2015-01-19 20:31:31 +02:00
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