Skip to content

Commit b2f4f58

Browse files
committed
Merge pull request html5lib#77 from iabudiab/master
Fix typos in the test expectations of a menuitem test
2 parents 8db03d0 + 92db979 commit b2f4f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tree-construction/menuitem-element.dat

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@
113113
<!DOCTYPE html><menuitem><asdf></menuitem>x
114114
#errors
115115
40: End tag “menuitem” seen, but there were open elements.
116-
31: Unclosed element “adsf”.
116+
31: Unclosed element “asdf”.
117117
#document
118118
| <!DOCTYPE html>
119119
| <html>
120120
| <head>
121121
| <body>
122122
| <menuitem>
123-
| <adsf>
123+
| <asdf>
124124
| "x"
125125

126126
#data

0 commit comments

Comments
 (0)