Commit 4bcd98cc authored by Kunpei Sakai's avatar Kunpei Sakai Committed by Brad Fitzpatrick

html: copy passed tests from chromium

Updates golang/go#23071

Change-Id: I1fdf3fe8c94efdf3c4bf9c39900468381159a032
Reviewed-on: https://go-review.googlesource.com/131178
Run-TryBot: Kunpei Sakai <namusyaka@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: 's avatarBrad Fitzpatrick <bradfitz@golang.org>
parent faa378e6
......@@ -1170,6 +1170,45 @@
| "var i"
| <body>
#data
<template><table></template><body><span>Foo
#errors
#document
| <html>
| <head>
| <template>
| content
| <table>
| <body>
| <span>
| "Foo"
#data
<template><td></template><body><span>Foo
#errors
#document
| <html>
| <head>
| <template>
| content
| <td>
| <body>
| <span>
| "Foo"
#data
<template><object></template><body><span>Foo
#errors
#document
| <html>
| <head>
| <template>
| content
| <object>
| <body>
| <span>
| "Foo"
#data
<template><svg><template>
#errors
......@@ -1182,6 +1221,22 @@
| <svg template>
| <body>
#data
<template><svg><foo><template><foreignObject><div></template><div>
#errors
#document
| <html>
| <head>
| <template>
| content
| <svg svg>
| <svg foo>
| <svg template>
| <svg foreignObject>
| <div>
| <body>
| <div>
#data
<dummy><template><span></dummy>
#errors
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment