< prev index next >

test/javax/xml/jaxp/functional/org/w3c/dom/ptests/DocumentTest.java

Print this page

        

@@ -173,6 +173,5 @@
     public void testCreateElementNeg() throws Exception {
         Document doc = createNewDocument();
         doc.createElement("!nc$%^*(!");
     }
 }
-
< prev index next >