mirror of
https://github.com/golang/go
synced 2024-11-22 02:24:41 -07:00
html: sync testdata/webkit to match WebKit tip.
R=rsc CC=golang-dev https://golang.org/cl/1701041
This commit is contained in:
parent
dee4db0691
commit
43b3a247d3
44
src/pkg/html/testdata/webkit/webkit01.dat
vendored
44
src/pkg/html/testdata/webkit/webkit01.dat
vendored
@ -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>"
|
||||||
|
Loading…
Reference in New Issue
Block a user