Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/imagebitmap/transferFromImageBitmap.html

Issue 2251493003: Adding nullability support to ImageBitmapRenderingContext.transferImageBitmap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments from patch set 1. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/fast/canvas/imagebitmap/transferFromImageBitmap.html
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/imagebitmap/transferFromImageBitmap.html b/third_party/WebKit/LayoutTests/fast/canvas/imagebitmap/transferFromImageBitmap.html
index b4e1e5e1e0d36c77cc05d238fcd188698d79076e..591fdb1b6ce13e30645507bd34d38fe81a6bbfe1 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/imagebitmap/transferFromImageBitmap.html
+++ b/third_party/WebKit/LayoutTests/fast/canvas/imagebitmap/transferFromImageBitmap.html
@@ -19,4 +19,5 @@ function consumeImageBitmap(image) {
testRunner.notifyDone();
}
}
-</script>
+</script>
Justin Novosad 2016/08/16 20:52:07 Revert this file. No real change here except white
+

Powered by Google App Engine
This is Rietveld 408576698