| Index: LayoutTests/fast/frames/inline-object-inside-frameset.html
|
| diff --git a/LayoutTests/fast/frames/inline-object-inside-frameset.html b/LayoutTests/fast/frames/inline-object-inside-frameset.html
|
| index 62ebbaebf0a6f5d399644cca574c4362c6c4c672..30d2e223edff7667bf784686ae9650fb29812444 100644
|
| --- a/LayoutTests/fast/frames/inline-object-inside-frameset.html
|
| +++ b/LayoutTests/fast/frames/inline-object-inside-frameset.html
|
| @@ -7,11 +7,7 @@ function runTest() {
|
| var e = document.createElement('frameset');
|
| var span = document.createElement('span');
|
| e.appendChild(span);
|
| -
|
| dcont.appendChild(e);
|
| -
|
| - if (window.testRunner)
|
| - testRunner.display();
|
| }
|
|
|
| </script>
|
|
|