67 Commits

Author SHA1 Message Date
MoyuScript
4eea3dd434 Add another border-radius test 2015-10-18 23:15:51 +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
790e395bca Fix #517 2015-01-26 22:55:10 +02:00
MoyuScript
cb8d0a5dae Improve text-shadow tests 2015-01-13 22:50:57 +02:00
MoyuScript
a7a719f864 Correctly render input[type="password"] value 2015-01-05 21:36:53 +02:00
MoyuScript
2fb56dcee4 Implement border-inset color transforms 2014-12-13 19:00:29 +02:00
MoyuScript
7cc5633c5c Implement checkbox and radio input element rendering 2014-12-06 18:17:04 +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
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
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
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
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
90100dbc05 Add support for inline, base64 and node svg's 2014-09-08 23:44:10 +03:00
MoyuScript
74988da29e Prefer native svg rendering if available 2014-09-08 21:16:30 +03:00
MoyuScript
b9efda58e0 Fix CSS gradients fail to render when non-vendor prefix property is included #388 2014-05-18 23:20:45 +03:00
MoyuScript
45d4020542 Don't use proxy for cors test 2014-05-18 21:17:46 +03:00
MoyuScript
88c0fe291d Fix linear gradient rendering 2014-05-18 19:14:22 +03:00
MoyuScript
48e9b881b1 Fix cors loading of images 2014-05-18 17:40:01 +03:00
MoyuScript
bfe31cf71f Fix transform nesting 2014-03-15 14:30:26 +02:00
MoyuScript
73266849b4 Don't fail on broken images 2014-03-15 13:20:05 +02:00
MoyuScript
a8d0678328 Fix text rendering for IE and Opera 2014-03-02 16:00:59 +02:00
MoyuScript
db437f8950 Fix background position rendering 2014-02-15 00:31:48 +02:00
MoyuScript
2ba1d246f7 Add another z-index test 2014-02-15 00:30:38 +02:00
MoyuScript
2bf811b2e9 Update pseudoelements.html 2013-11-25 16:39:35 -05:00
MoyuScript
24ed5d12eb Add tests for background-size 2013-11-12 19:33:56 +02:00
MoyuScript
a67bcd2fcc test case for body bgcolor and negative z-index #256 2013-08-16 00:26:40 +08:00
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
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