1
0
mirror of https://github.com/golang/go synced 2024-09-25 03:10:12 -06:00

html: sync testdata/webkit to match WebKit tip.

R=rsc
CC=golang-dev
https://golang.org/cl/1701041
This commit is contained in:
Nigel Tao 2010-06-15 09:07:47 +10:00
parent dee4db0691
commit 43b3a247d3

View File

@ -165,3 +165,47 @@ console.log("FOO<span>BAR</span>BAZ");
| <html> | <html>
| <head> | <head>
| <body> | <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>"