From 26f1ade6f65bdf95f2610ea8eabd13aff17e901c Mon Sep 17 00:00:00 2001 From: Cameron McCormack Date: Wed, 8 Apr 2020 23:44:22 +0000 Subject: [PATCH] Mark canvas drawImage orientation tests as tentative. Per https://github.com/web-platform-tests/wpt/issues/18549#issuecomment-599563610. Differential Revision: https://phabricator.services.mozilla.com/D67936 bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1616169 gecko-commit: 23d1f2dbee27a56124f6d1a817933500afc7af40 gecko-integration-branch: autoland gecko-reviewers: tnikkel --- ...html => drawImage-from-bitmap-orientation-none.tentative.html} | 0 ...from-bitmap-swap-width-height-orientation-none.tentative.html} | 0 ...tml => drawImage-from-bitmap-swap-width-height.tentative.html} | 0 ...mage-from-bitmap.html => drawImage-from-bitmap.tentative.html} | 0 ...tml => drawImage-from-element-orientation-none.tentative.html} | 0 ...rom-element-swap-width-height-orientation-none.tentative.html} | 0 ...ml => drawImage-from-element-swap-width-height.tentative.html} | 0 ...ge-from-element.html => drawImage-from-element.tentative.html} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename 2dcontext/drawing-images-to-the-canvas/image-orientation/{drawImage-from-bitmap-orientation-none.html => drawImage-from-bitmap-orientation-none.tentative.html} (100%) rename 2dcontext/drawing-images-to-the-canvas/image-orientation/{drawImage-from-bitmap-swap-width-height-orientation-none.html => drawImage-from-bitmap-swap-width-height-orientation-none.tentative.html} (100%) rename 2dcontext/drawing-images-to-the-canvas/image-orientation/{drawImage-from-bitmap-swap-width-height.html => drawImage-from-bitmap-swap-width-height.tentative.html} (100%) rename 2dcontext/drawing-images-to-the-canvas/image-orientation/{drawImage-from-bitmap.html => drawImage-from-bitmap.tentative.html} (100%) rename 2dcontext/drawing-images-to-the-canvas/image-orientation/{drawImage-from-element-orientation-none.html => drawImage-from-element-orientation-none.tentative.html} (100%) rename 2dcontext/drawing-images-to-the-canvas/image-orientation/{drawImage-from-element-swap-width-height-orientation-none.html => drawImage-from-element-swap-width-height-orientation-none.tentative.html} (100%) rename 2dcontext/drawing-images-to-the-canvas/image-orientation/{drawImage-from-element-swap-width-height.html => drawImage-from-element-swap-width-height.tentative.html} (100%) rename 2dcontext/drawing-images-to-the-canvas/image-orientation/{drawImage-from-element.html => drawImage-from-element.tentative.html} (100%) diff --git a/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap-orientation-none.html b/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap-orientation-none.tentative.html similarity index 100% rename from 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap-orientation-none.html rename to 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap-orientation-none.tentative.html diff --git a/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap-swap-width-height-orientation-none.html b/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap-swap-width-height-orientation-none.tentative.html similarity index 100% rename from 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap-swap-width-height-orientation-none.html rename to 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap-swap-width-height-orientation-none.tentative.html diff --git a/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap-swap-width-height.html b/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap-swap-width-height.tentative.html similarity index 100% rename from 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap-swap-width-height.html rename to 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap-swap-width-height.tentative.html diff --git a/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap.html b/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap.tentative.html similarity index 100% rename from 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap.html rename to 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-bitmap.tentative.html diff --git a/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-orientation-none.html b/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-orientation-none.tentative.html similarity index 100% rename from 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-orientation-none.html rename to 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-orientation-none.tentative.html diff --git a/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-swap-width-height-orientation-none.html b/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-swap-width-height-orientation-none.tentative.html similarity index 100% rename from 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-swap-width-height-orientation-none.html rename to 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-swap-width-height-orientation-none.tentative.html diff --git a/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-swap-width-height.html b/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-swap-width-height.tentative.html similarity index 100% rename from 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-swap-width-height.html rename to 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element-swap-width-height.tentative.html diff --git a/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element.html b/2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element.tentative.html similarity index 100% rename from 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element.html rename to 2dcontext/drawing-images-to-the-canvas/image-orientation/drawImage-from-element.tentative.html