createImageBitmap-flipY.html.ini (3707B)
1 [createImageBitmap-flipY.html] 2 expected: 3 if os == "android": [TIMEOUT, OK, ERROR] 4 [createImageBitmap from an HTMLVideoElement imageOrientation: "flipY", and drawImage on the created ImageBitmap] 5 expected: 6 if os == "android": [FAIL, TIMEOUT, NOTRUN] 7 FAIL 8 9 [createImageBitmap from an HTMLVideoElement from a data URL imageOrientation: "flipY", and drawImage on the created ImageBitmap] 10 expected: 11 if os == "android": [FAIL, NOTRUN] 12 FAIL 13 14 [createImageBitmap from an HTMLVideoElement imageOrientation: "from-image", and drawImage on the created ImageBitmap] 15 expected: 16 if os == "android": [FAIL, TIMEOUT] 17 FAIL 18 19 [createImageBitmap from an HTMLVideoElement from a data URL imageOrientation: "from-image", and drawImage on the created ImageBitmap] 20 expected: 21 if os == "android": [FAIL, NOTRUN, TIMEOUT] 22 FAIL 23 24 [createImageBitmap from a bitmap HTMLImageElement imageOrientation: "from-image", and drawImage on the created ImageBitmap] 25 expected: 26 if os == "android": [PASS, NOTRUN, TIMEOUT] 27 28 [createImageBitmap from a bitmap HTMLImageElement imageOrientation: "flipY", and drawImage on the created ImageBitmap] 29 expected: 30 if os == "android": [PASS, NOTRUN] 31 32 [createImageBitmap from a vector HTMLImageElement imageOrientation: "from-image", and drawImage on the created ImageBitmap] 33 expected: 34 if os == "android": [TIMEOUT, PASS, NOTRUN] 35 36 [createImageBitmap from a vector HTMLImageElement imageOrientation: "flipY", and drawImage on the created ImageBitmap] 37 expected: 38 if os == "android": [NOTRUN, PASS] 39 40 [createImageBitmap from a bitmap SVGImageElement imageOrientation: "from-image", and drawImage on the created ImageBitmap] 41 expected: 42 if os == "android": [NOTRUN, PASS, TIMEOUT] 43 44 [createImageBitmap from a bitmap SVGImageElement imageOrientation: "flipY", and drawImage on the created ImageBitmap] 45 expected: 46 if os == "android": [NOTRUN, PASS, TIMEOUT] 47 48 [createImageBitmap from a vector SVGImageElement imageOrientation: "from-image", and drawImage on the created ImageBitmap] 49 expected: 50 if os == "android": [NOTRUN, PASS] 51 52 [createImageBitmap from a vector SVGImageElement imageOrientation: "flipY", and drawImage on the created ImageBitmap] 53 expected: 54 if os == "android": [NOTRUN, PASS] 55 56 [createImageBitmap from an OffscreenCanvas imageOrientation: "from-image", and drawImage on the created ImageBitmap] 57 expected: 58 if os == "android": [NOTRUN, PASS] 59 60 [createImageBitmap from an OffscreenCanvas imageOrientation: "flipY", and drawImage on the created ImageBitmap] 61 expected: 62 if os == "android": [NOTRUN, PASS] 63 64 [createImageBitmap from an ImageData imageOrientation: "from-image", and drawImage on the created ImageBitmap] 65 expected: 66 if os == "android": [NOTRUN, PASS, TIMEOUT] 67 68 [createImageBitmap from an ImageData imageOrientation: "flipY", and drawImage on the created ImageBitmap] 69 expected: 70 if os == "android": [NOTRUN, PASS] 71 72 [createImageBitmap from an ImageBitmap imageOrientation: "from-image", and drawImage on the created ImageBitmap] 73 expected: 74 if os == "android": [NOTRUN, PASS] 75 76 [createImageBitmap from an ImageBitmap imageOrientation: "flipY", and drawImage on the created ImageBitmap] 77 expected: 78 if os == "android": [NOTRUN, PASS] 79 80 [createImageBitmap from a Blob imageOrientation: "from-image", and drawImage on the created ImageBitmap] 81 expected: 82 if os == "android": [NOTRUN, TIMEOUT, PASS] 83 84 [createImageBitmap from a Blob imageOrientation: "flipY", and drawImage on the created ImageBitmap] 85 expected: 86 if os == "android": [NOTRUN, PASS, TIMEOUT]