Disabling another image test because of the synchronous onload issue 863. Patch by: jlabanca Review by: jgw (desk) git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6656 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/user/client/ui/impl/ClippedImagePrototypeTest.java b/user/test/com/google/gwt/user/client/ui/impl/ClippedImagePrototypeTest.java index 4028d06..8a69f25 100644 --- a/user/test/com/google/gwt/user/client/ui/impl/ClippedImagePrototypeTest.java +++ b/user/test/com/google/gwt/user/client/ui/impl/ClippedImagePrototypeTest.java
@@ -82,9 +82,11 @@ * Also checks to make sure that a load event is fired on when * {@link com.google.gwt.user.client.ui.impl.ClippedImagePrototype#applyTo(com.google.gwt.user.client.ui.Image)} * is called. + * + * TODO(jlabanca): Enable this test when issue 863 is fixed */ @DoNotRunWith({Platform.HtmlUnit}) - public void testApplyToClippedImage() { + public void disabledTestApplyToClippedImage() { final Image image = new Image("counting-backwards.png", 12, 13, 8, 8); assertEquals(12, image.getOriginLeft());