Files
html2canvas/build/reftests.ts
nedim hadzialic 87b8c5ba44 added build
2021-04-30 18:24:24 +02:00

90 lines
3.9 KiB
TypeScript

export const testList: string[] = [
"/tests/reftests/acid2.html",
"/tests/reftests/animation.html",
"/tests/reftests/background/box-shadow.html",
"/tests/reftests/background/clip.html",
"/tests/reftests/background/encoded.html",
"/tests/reftests/background/linear-gradient.html",
"/tests/reftests/background/linear-gradient2.html",
"/tests/reftests/background/multi.html",
"/tests/reftests/background/origin.html",
"/tests/reftests/background/position.html",
"/tests/reftests/background/radial-gradient.html",
"/tests/reftests/background/radial-gradient2.html",
"/tests/reftests/background/repeat.html",
"/tests/reftests/background/size.html",
"/tests/reftests/border/dashed.html",
"/tests/reftests/border/dotted.html",
"/tests/reftests/border/double.html",
"/tests/reftests/border/inset.html",
"/tests/reftests/border/radius.html",
"/tests/reftests/border/solid.html",
"/tests/reftests/clip.html",
"/tests/reftests/crossorigin-iframe.html",
"/tests/reftests/dynamicstyle.html",
"/tests/reftests/forms.html",
"/tests/reftests/iframe.html",
"/tests/reftests/images/base.html",
"/tests/reftests/images/canvas.html",
"/tests/reftests/images/cross-origin.html",
"/tests/reftests/images/doctype.html",
"/tests/reftests/images/empty.html",
"/tests/reftests/images/images.html",
"/tests/reftests/images/svg/base64.html",
"/tests/reftests/images/svg/external.html",
"/tests/reftests/images/svg/inline.html",
"/tests/reftests/images/svg/native_only.html",
"/tests/reftests/images/svg/node.html",
"/tests/reftests/list/decimal-leading-zero.html",
"/tests/reftests/list/decimal.html",
"/tests/reftests/list/liststyle.html",
"/tests/reftests/list/lower-alpha.html",
"/tests/reftests/list/upper-roman.html",
"/tests/reftests/options/crop.html",
"/tests/reftests/options/element.html",
"/tests/reftests/options/ignore.html",
"/tests/reftests/options/onclone.html",
"/tests/reftests/options/scroll.html",
"/tests/reftests/overflow/overflow-transform.html",
"/tests/reftests/overflow/overflow.html",
"/tests/reftests/pseudo-content.html",
"/tests/reftests/pseudoelements.html",
"/tests/reftests/text/child-textnodes.html",
"/tests/reftests/text/chinese.html",
"/tests/reftests/text/fontawesome.html",
"/tests/reftests/text/line-break.html",
"/tests/reftests/text/linethrough.html",
"/tests/reftests/text/multiple.html",
"/tests/reftests/text/overflow-wrap.html",
"/tests/reftests/text/shadow.html",
"/tests/reftests/text/text.html",
"/tests/reftests/text/thai.html",
"/tests/reftests/text/underline-lineheight.html",
"/tests/reftests/text/underline.html",
"/tests/reftests/text/word-break.html",
"/tests/reftests/transform/nested.html",
"/tests/reftests/transform/rotate.html",
"/tests/reftests/transform/translate.html",
"/tests/reftests/visibility.html",
"/tests/reftests/zindex/z-index1.html",
"/tests/reftests/zindex/z-index10.html",
"/tests/reftests/zindex/z-index11.html",
"/tests/reftests/zindex/z-index12.html",
"/tests/reftests/zindex/z-index13.html",
"/tests/reftests/zindex/z-index14.html",
"/tests/reftests/zindex/z-index15.html",
"/tests/reftests/zindex/z-index16.html",
"/tests/reftests/zindex/z-index17.html",
"/tests/reftests/zindex/z-index18.html",
"/tests/reftests/zindex/z-index19.html",
"/tests/reftests/zindex/z-index2.html",
"/tests/reftests/zindex/z-index20.html",
"/tests/reftests/zindex/z-index3.html",
"/tests/reftests/zindex/z-index4.html",
"/tests/reftests/zindex/z-index5.html",
"/tests/reftests/zindex/z-index6.html",
"/tests/reftests/zindex/z-index7.html",
"/tests/reftests/zindex/z-index8.html",
"/tests/reftests/zindex/z-index9.html"
];
export const ignoredTests: {[key: string]: string[]} = {};