File tree 1 file changed +116
-0
lines changed
1 file changed +116
-0
lines changed Original file line number Diff line number Diff line change
1
+ #data
2
+ <r><iframe><math id="</iframe><b>should be outside</b>">
3
+ #document
4
+ | <html>
5
+ | <head>
6
+ | <body>
7
+ | <r>
8
+ | <iframe>
9
+ | "<math id=""
10
+ | <b>
11
+ | "should be outside"
12
+ | "">"
13
+
14
+ #data
15
+ <r><noembed><math id="</noembed><b>should be outside</b>">
16
+ #document
17
+ | <html>
18
+ | <head>
19
+ | <body>
20
+ | <r>
21
+ | <noembed>
22
+ | "<math id=""
23
+ | <b>
24
+ | "should be outside"
25
+ | "">"
26
+
27
+ #data
28
+ <r><noframes><math id="</noframes><b>should be outside</b>">
29
+ #document
30
+ | <html>
31
+ | <head>
32
+ | <body>
33
+ | <r>
34
+ | <noframes>
35
+ | "<math id=""
36
+ | <b>
37
+ | "should be outside"
38
+ | "">"
39
+
40
+ #data
41
+ <r><noscript><math id="</noscript><b>should be outside</b>">
42
+ #document
43
+ | <html>
44
+ | <head>
45
+ | <body>
46
+ | <r>
47
+ | <noscript>
48
+ | "<math id=""
49
+ | <b>
50
+ | "should be outside"
51
+ | "">"
52
+
53
+ #data
54
+ <r><script><math id="</script><b>should be outside</b>">
55
+ #document
56
+ | <html>
57
+ | <head>
58
+ | <body>
59
+ | <r>
60
+ | <script>
61
+ | "<math id=""
62
+ | <b>
63
+ | "should be outside"
64
+ | "">"
65
+
66
+ #data
67
+ <r><style><math id="</style><b>should be outside</b>">
68
+ #document
69
+ | <html>
70
+ | <head>
71
+ | <body>
72
+ | <r>
73
+ | <style>
74
+ | "<math id=""
75
+ | <b>
76
+ | "should be outside"
77
+ | "">"
78
+
79
+ #data
80
+ <r><textarea><math id="</textarea><b>should be outside</b>">
81
+ #document
82
+ | <html>
83
+ | <head>
84
+ | <body>
85
+ | <r>
86
+ | <textarea>
87
+ | "<math id=""
88
+ | <b>
89
+ | "should be outside"
90
+ | "">"
91
+
92
+ #data
93
+ <r><title><math id="</title><b>should be outside</b>">
94
+ #document
95
+ | <html>
96
+ | <head>
97
+ | <body>
98
+ | <r>
99
+ | <title>
100
+ | "<math id=""
101
+ | <b>
102
+ | "should be outside"
103
+ | "">"
104
+
105
+ #data
106
+ <r><xmp><math id="</xmp><b>should be outside</b>">
107
+ #document
108
+ | <html>
109
+ | <head>
110
+ | <body>
111
+ | <r>
112
+ | <xmp>
113
+ | "<math id=""
114
+ | <b>
115
+ | "should be outside"
116
+ | "">"
You can’t perform that action at this time.
0 commit comments