| Index: LayoutTests/fast/dom/shadow/tabstop-property.html
|
| diff --git a/LayoutTests/fast/dom/shadow/tabstop-property.html b/LayoutTests/fast/dom/shadow/tabstop-property.html
|
| index 05a008162759e05434fb4929f07992893328161a..dad39032d4b9b7fe4d56c6d641e218387a72beca 100644
|
| --- a/LayoutTests/fast/dom/shadow/tabstop-property.html
|
| +++ b/LayoutTests/fast/dom/shadow/tabstop-property.html
|
| @@ -113,16 +113,8 @@ function test() {
|
| shouldBeEqualToString("div.getAttribute('tabstop')", "invalid");
|
| }
|
|
|
| -function run_test() {
|
| - if (window.testRunner)
|
| - testRunner.dumpAsText();
|
| -
|
| - test();
|
| -
|
| - debug('Test finished.');
|
| -}
|
| -
|
| -run_test();
|
| +test();
|
| +debug('Test finished.');
|
| </script>
|
| </body>
|
| </html>
|
|
|