Removing annotated test cases that are passed with HtmlUnit 5607.

Review by: amitmanjhi@google.com

git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@7803 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/user/client/rpc/UnicodeEscapingTest.java b/user/test/com/google/gwt/user/client/rpc/UnicodeEscapingTest.java
index 6243653..102cf10 100644
--- a/user/test/com/google/gwt/user/client/rpc/UnicodeEscapingTest.java
+++ b/user/test/com/google/gwt/user/client/rpc/UnicodeEscapingTest.java
@@ -186,7 +186,6 @@
    * equivalent in that case.  Surrogate characters are also not tested here,
    * see {@link #disabled_testServerToClientBMPSurrogates()}.
    */
-  @DoNotRunWith(Platform.HtmlUnitBug)
   public void testServerToClientBMP() {
     delayTestFinish(TEST_FINISH_DELAY_MS);
     serverToClientVerify(Character.MIN_CODE_POINT,
diff --git a/user/test/com/google/gwt/user/client/ui/AbsolutePanelTest.java b/user/test/com/google/gwt/user/client/ui/AbsolutePanelTest.java
index 648467b..966fcda 100644
--- a/user/test/com/google/gwt/user/client/ui/AbsolutePanelTest.java
+++ b/user/test/com/google/gwt/user/client/ui/AbsolutePanelTest.java
@@ -39,8 +39,8 @@
   }
 
   /**
-   * Failed in all modes due to HtmlUnit bug.  See:
-   * https://sourceforge.net/tracker/?func=detail&aid=2892289&group_id=47038&atid=448266
+   * Failed in all modes with absolute positioning.
+   * TODO: (flin) File a new HtmlUnit bug.
    */
   @DoNotRunWith(Platform.HtmlUnitBug)
   public void testPositioning() {