Revision 654dc43664f0ff6b84609d334cb05147c0594fbd authored by Robert Ma on 16 March 2018, 00:32:55 UTC, committed by Robert Ma on 16 March 2018, 17:02:47 UTC
ChromeDriver doesn't honor PATH and uses /opt/google/chrome/chrome by
default (which is usually the stable channel), so we need to explicitly
pass the desired binary path to wpt run (which in turn passes to
chromedriver via capabilities) in Travis CI (both stability check and
infrastructure test).
1 parent 89ba944
History
File Mode Size
2d.clearRect.basic.html -rw-r--r-- 751 bytes
2d.clearRect.basic.worker.js -rw-r--r-- 624 bytes
2d.clearRect.clip.html -rw-r--r-- 870 bytes
2d.clearRect.clip.worker.js -rw-r--r-- 744 bytes
2d.clearRect.globalalpha.html -rw-r--r-- 792 bytes
2d.clearRect.globalalpha.worker.js -rw-r--r-- 659 bytes
2d.clearRect.globalcomposite.html -rw-r--r-- 854 bytes
2d.clearRect.globalcomposite.worker.js -rw-r--r-- 717 bytes
2d.clearRect.negative.html -rw-r--r-- 1.0 KB
2d.clearRect.negative.worker.js -rw-r--r-- 916 bytes
2d.clearRect.nonfinite.html -rw-r--r-- 1.6 KB
2d.clearRect.nonfinite.worker.js -rw-r--r-- 1.5 KB
2d.clearRect.path.html -rw-r--r-- 791 bytes
2d.clearRect.path.worker.js -rw-r--r-- 665 bytes
2d.clearRect.shadow.html -rw-r--r-- 844 bytes
2d.clearRect.shadow.worker.js -rw-r--r-- 716 bytes
2d.clearRect.transform.html -rw-r--r-- 794 bytes
2d.clearRect.transform.worker.js -rw-r--r-- 663 bytes
2d.clearRect.zero.html -rw-r--r-- 813 bytes
2d.clearRect.zero.worker.js -rw-r--r-- 687 bytes
2d.fillRect.basic.html -rw-r--r-- 681 bytes
2d.fillRect.basic.worker.js -rw-r--r-- 555 bytes
2d.fillRect.clip.html -rw-r--r-- 889 bytes
2d.fillRect.clip.worker.js -rw-r--r-- 764 bytes
2d.fillRect.negative.html -rw-r--r-- 1.1 KB
2d.fillRect.negative.worker.js -rw-r--r-- 965 bytes
2d.fillRect.nonfinite.html -rw-r--r-- 1.6 KB
2d.fillRect.nonfinite.worker.js -rw-r--r-- 1.5 KB
2d.fillRect.path.html -rw-r--r-- 810 bytes
2d.fillRect.path.worker.js -rw-r--r-- 685 bytes
2d.fillRect.shadow.html -rw-r--r-- 823 bytes
2d.fillRect.shadow.worker.js -rw-r--r-- 696 bytes
2d.fillRect.transform.html -rw-r--r-- 768 bytes
2d.fillRect.transform.worker.js -rw-r--r-- 638 bytes
2d.fillRect.zero.html -rw-r--r-- 830 bytes
2d.fillRect.zero.worker.js -rw-r--r-- 705 bytes
2d.strokeRect.basic.html -rw-r--r-- 713 bytes
2d.strokeRect.basic.worker.js -rw-r--r-- 585 bytes
2d.strokeRect.clip.html -rw-r--r-- 921 bytes
2d.strokeRect.clip.worker.js -rw-r--r-- 794 bytes
2d.strokeRect.globalalpha.html -rw-r--r-- 780 bytes
2d.strokeRect.globalalpha.worker.js -rw-r--r-- 646 bytes
2d.strokeRect.globalcomposite.html -rw-r--r-- 845 bytes
2d.strokeRect.globalcomposite.worker.js -rw-r--r-- 707 bytes
2d.strokeRect.negative.html -rw-r--r-- 1.1 KB
2d.strokeRect.negative.worker.js -rw-r--r-- 999 bytes
2d.strokeRect.nonfinite.html -rw-r--r-- 1.7 KB
2d.strokeRect.nonfinite.worker.js -rw-r--r-- 1.6 KB
2d.strokeRect.path.html -rw-r--r-- 841 bytes
2d.strokeRect.path.worker.js -rw-r--r-- 714 bytes
2d.strokeRect.shadow.html -rw-r--r-- 903 bytes
2d.strokeRect.shadow.worker.js -rw-r--r-- 774 bytes
2d.strokeRect.transform.html -rw-r--r-- 800 bytes
2d.strokeRect.transform.worker.js -rw-r--r-- 668 bytes
2d.strokeRect.zero.1.html -rw-r--r-- 751 bytes
2d.strokeRect.zero.1.worker.js -rw-r--r-- 622 bytes
2d.strokeRect.zero.2.html -rw-r--r-- 850 bytes
2d.strokeRect.zero.2.worker.js -rw-r--r-- 721 bytes
2d.strokeRect.zero.3.html -rw-r--r-- 775 bytes
2d.strokeRect.zero.3.worker.js -rw-r--r-- 646 bytes
2d.strokeRect.zero.4.html -rw-r--r-- 815 bytes
2d.strokeRect.zero.4.worker.js -rw-r--r-- 686 bytes
2d.strokeRect.zero.5.html -rw-r--r-- 820 bytes
2d.strokeRect.zero.5.worker.js -rw-r--r-- 691 bytes

back to top