mirror of
https://github.com/golang/net.git
synced 2026-03-31 10:27:08 +09:00
By proceeding without distinguishing namespace, inconsistency will occur. This commit makes the method distinguish the HTML namespace. Fixes golang/go#27846 Change-Id: I8269f670240c0fe31162a16fbe1ac23acacec00f Reviewed-on: https://go-review.googlesource.com/c/159397 Run-TryBot: Kunpei Sakai <namusyaka@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Nigel Tao <nigeltao@golang.org>
63 lines
995 B
Plaintext
63 lines
995 B
Plaintext
#data
|
|
<body><template><yt-icon-button></yt-icon-button><form><paper-input></paper-input></form><style></style></template>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <template>
|
|
| content
|
|
| <yt-icon-button>
|
|
| <form>
|
|
| <paper-input>
|
|
| <style>
|
|
|
|
#data
|
|
<template><tBody><isindex/action=0>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <template>
|
|
| content
|
|
| <tbody>
|
|
| <body>
|
|
|
|
#data
|
|
<math><template><mo><template>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <math math>
|
|
| <math template>
|
|
| <math mo>
|
|
| <template>
|
|
| content
|
|
|
|
#data
|
|
<svg><template><desc><t><svg></template>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <svg svg>
|
|
| <svg template>
|
|
| <svg desc>
|
|
| <t>
|
|
| <svg svg>
|
|
|
|
#data
|
|
<math><template><mn><b></template>
|
|
#errors
|
|
#document
|
|
| <html>
|
|
| <head>
|
|
| <body>
|
|
| <math math>
|
|
| <math template>
|
|
| <math mn>
|
|
| <b>
|