summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html
diff options
context:
space:
mode:
authorenne@chromium.org <enne@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-03-28 01:12:26 +0000
committerenne@chromium.org <enne@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-03-28 01:12:26 +0000
commit25ff2577ad3a7ce42f51c9de2d56bf83f6d178d2 (patch)
tree8ce0eb99d3441c46e51281e11662382a3d86199d /third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html
parente01bb69dc56e4184c63e865e937081e555b54a63 (diff)
downloadchromium_src-25ff2577ad3a7ce42f51c9de2d56bf83f6d178d2.zip
chromium_src-25ff2577ad3a7ce42f51c9de2d56bf83f6d178d2.tar.gz
chromium_src-25ff2577ad3a7ce42f51c9de2d56bf83f6d178d2.tar.bz2
Remove repaint.js from layout tests
All of these tests don't seem to depend on minimizing repaints and are more trying to make sure that something has repainted. Therefore, change them all to just use rAF rather than repaint.js and make them pixel tests where applicable. BUG=345027 Review URL: https://codereview.chromium.org/207383002 git-svn-id: svn://svn.chromium.org/blink/trunk@170237 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html')
-rw-r--r--third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html
index 4787de4..e3bf13c 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-createImageBitmap-invalid-args.html
@@ -82,7 +82,7 @@ xhr.onload = function() {
}
var xhr2 = new XMLHttpRequest();
-xhr2.open("GET", 'resources/repaint.js');
+xhr2.open("GET", 'resources/shadow-offset.js');
xhr2.responseType = 'blob';
xhr2.send();
xhr2.onload = function() {