| Index: LayoutTests/accessibility/axobjectcache-leaks-node.html
|
| diff --git a/LayoutTests/accessibility/axobjectcache-leaks-node.html b/LayoutTests/accessibility/axobjectcache-leaks-node.html
|
| index a3616d4d8174eb47a2a06f4e20c338bbee19b35f..30cb5dc68d591ce6b7f42c1ae9c44e08be5cd34d 100644
|
| --- a/LayoutTests/accessibility/axobjectcache-leaks-node.html
|
| +++ b/LayoutTests/accessibility/axobjectcache-leaks-node.html
|
| @@ -17,7 +17,10 @@
|
| <script>
|
| var target = grabScriptText('targetHTML')+
|
| '<script>'+grabScriptText('targetJS')+'<'+'/script>';
|
| - var tolerance = {'numberOfLiveDocuments': 0};
|
| + var tolerance = {
|
| + 'numberOfLiveDocuments': 0,
|
| + 'numberOfLiveAXObjects': 0
|
| + };
|
|
|
| doLeakTest(htmlToUrl(target), tolerance);
|
| </script>
|
|
|