| Index: LayoutTests/html5lib/resources/tests7.dat
|
| diff --git a/LayoutTests/html5lib/resources/tests7.dat b/LayoutTests/html5lib/resources/tests7.dat
|
| index f5193c660bcac9e815344046edcca5212bd550c5..54bc97ba547dadd69ef1f977b30e59ad33068ed9 100644
|
| --- a/LayoutTests/html5lib/resources/tests7.dat
|
| +++ b/LayoutTests/html5lib/resources/tests7.dat
|
| @@ -124,7 +124,7 @@ Line: 1 Col: 45 Unexpected start tag (meta) in table context caused voodoo mode.
|
| | " "
|
|
|
| #data
|
| -<!doctype html><p><applet><p>X</p></applet>
|
| +<!doctype html><p><object type="application/x-non-existant-plugin"><p>X</p></object>
|
| #errors
|
| #document
|
| | <!DOCTYPE html>
|
| @@ -132,7 +132,8 @@ Line: 1 Col: 45 Unexpected start tag (meta) in table context caused voodoo mode.
|
| | <head>
|
| | <body>
|
| | <p>
|
| -| <applet>
|
| +| <object>
|
| +| type="application/x-non-existant-plugin"
|
| | <p>
|
| | "X"
|
|
|
|
|