aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel Tao <nigeltao@golang.org>2010-06-15 09:07:47 +1000
committerNigel Tao <nigeltao@golang.org>2010-06-15 09:07:47 +1000
commit43b3a247d3471507da5df1f144ef12bda303dfe0 (patch)
tree803608af670a1ea2f8f87e9fcd6f36df231349fa
parentdee4db0691f66d96b599b6c5089434ee0a3bd865 (diff)
downloadgo-43b3a247d3471507da5df1f144ef12bda303dfe0.tar.gz
go-43b3a247d3471507da5df1f144ef12bda303dfe0.zip
html: sync testdata/webkit to match WebKit tip.
R=rsc CC=golang-dev https://golang.org/cl/1701041
-rw-r--r--src/pkg/html/testdata/webkit/webkit01.dat44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/pkg/html/testdata/webkit/webkit01.dat b/src/pkg/html/testdata/webkit/webkit01.dat
index 5adf1bb216..544da9e8a2 100644
--- a/src/pkg/html/testdata/webkit/webkit01.dat
+++ b/src/pkg/html/testdata/webkit/webkit01.dat
@@ -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>"