Remove outdated <button> tests. Correct tests are bug 559023. r&a=orange.

This commit is contained in:
Henri Sivonen 2010-09-20 15:52:33 +03:00
Родитель 84eec36d89
Коммит 7ac0e6c6e4
1 изменённых файлов: 0 добавлений и 38 удалений

Просмотреть файл

@ -258,32 +258,6 @@ Line: 1 Col: 24 End tag (a) violates step 1, paragraph 1 of the adoption agency
| "Y"
| "Z"
#data
<b><button></b></button></b>
#errors
Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
Line: 1 Col: 15 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
#document
| <html>
| <head>
| <body>
| <b>
| <button>
#data
<!DOCTYPE html><span><button>foo</span>bar
#errors
39: End tag “span” seen but there were unclosed elements.
#document
| <!DOCTYPE html>
| <html>
| <head>
| <body>
| <span>
| <button>
| "foo"
| "bar"
#data
<p><b><div><marquee></p></b></div>X
#errors
@ -1478,18 +1452,6 @@ Line: 1 Col: 21 End tag (a) violates step 1, paragraph 1 of the adoption agency
| <a>
| <a>
#data
<b><button></b></button></b>
#errors
Line: 1 Col: 3 Unexpected start tag (b). Expected DOCTYPE.
Line: 1 Col: 15 End tag (b) violates step 1, paragraph 1 of the adoption agency algorithm.
#document
| <html>
| <head>
| <body>
| <b>
| <button>
#data
<p><b><div><marquee></p></b></div>
#errors