]> Cypherpunks repositories - gostls13.git/commitdiff
html: sync testdata/webkit to match WebKit tip.
authorNigel Tao <nigeltao@golang.org>
Mon, 14 Jun 2010 23:07:47 +0000 (09:07 +1000)
committerNigel Tao <nigeltao@golang.org>
Mon, 14 Jun 2010 23:07:47 +0000 (09:07 +1000)
R=rsc
CC=golang-dev
https://golang.org/cl/1701041

src/pkg/html/testdata/webkit/webkit01.dat

index 5adf1bb216210caf9ddd545a263138da8fc92a43..544da9e8a214da5fb4f273aa90619d0a118a71c6 100644 (file)
@@ -165,3 +165,47 @@ console.log("FOO<span>BAR</span>BAZ");
 | <html>
 |   <head>
 |   <body>
+
+#data
+<div FOO ><img><img></div>
+#errors
+#document
+| <html>
+|   <head>
+|   <body>
+|     <div>
+|       foo=""
+|       <img>
+|       <img>
+
+#data
+<p>Test</p<p>Test2</p>
+#errors
+#document
+| <html>
+|   <head>
+|   <body>
+|     <p>
+|       "Test"
+|       "Test2"
+
+#data
+<rdar://problem/6869687>
+#errors
+#document
+| <html>
+|   <head>
+|   <body>
+|     <rdar:>
+|       6869687=""
+|       problem=""
+
+#data
+<A>test< /A>
+#errors
+#document
+| <html>
+|   <head>
+|   <body>
+|     <a>
+|       "test< /A>"