-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.js
More file actions
21 lines (11 loc) · 1.05 KB
/
script.js
File metadata and controls
21 lines (11 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import './_style.scss';
import { testColor, testTekst, testImage, testDisplay, testTextColor, testIframe, testVideo, eventLister, testInOneSession, testOnScreensBetweenResolution} from './ab-testing';
testColor('#d5d41a', '#d14d5f', 'test-color');
testTekst('Text A - testing text', 'Text B - testing text', 'test-text');
testImage('https://encrypted-tbn2.gstatic.com/images?q=tbn:ANd9GcToYkhgUMQlaPMIaTByj05ha3gcX1lbV7cvdq2ByjEHWZCzXv93', 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT7mHpvjE_LmXQdrYaG9FWA9NYTUHuSOD9gmtmfJNApVfpwicFY', 'test-image');
testDisplay('test-display');
testTextColor('#262673', '#004d00','test-text-color');
testIframe('https://www.youtube.com/embed/a3ICNMQW7Ok', 'https://www.youtube.com/embed/iNJdPyoqt8U', 'test-iframe');
testVideo('http://mazwai.com/system/posts/videos/000/000/223/preview_mp4_3/lodewijk-van-eekhout_wiffling-grayleg-goose.mp4?1476537792', 'http://mazwai.com/system/posts/videos/000/000/202/preview_mp4_2/live-aloha.mp4?1446407106', 'test-video');
eventLister('test-color');
eventLister('test-text');