| Index: third_party/WebKit/LayoutTests/accessibility/bounds-calc.html | 
| diff --git a/third_party/WebKit/LayoutTests/accessibility/bounds-calc.html b/third_party/WebKit/LayoutTests/accessibility/bounds-calc.html | 
| index add6b12c3b295d853332633419219c24799b3afa..b8ef9f9c3adbdd6bb6d80dd2bd8ce850950c5891 100644 | 
| --- a/third_party/WebKit/LayoutTests/accessibility/bounds-calc.html | 
| +++ b/third_party/WebKit/LayoutTests/accessibility/bounds-calc.html | 
| @@ -227,7 +227,7 @@ test(function(t) { | 
| // ancestor in the accessibility tree but not in the layout tree. | 
| // | 
| // Access both of these accessibility objects first to make sure that | 
| -    // the owned children are up-to-date before running assertions, | 
| +    // the owned children are up to date before running assertions, | 
| // since aria-owns is processed lazily. | 
| var axContainer6a = accessibilityController.accessibleElementById("container6a"); | 
| axContainer6a.childrenCount; | 
|  |