Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/fast/dom/comment-not-documentElement.html |
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/comment-not-documentElement.html b/third_party/WebKit/LayoutTests/fast/dom/comment-not-documentElement.html |
| index b5586ee22b74a65773868f877aa99a6a8be459fd..d3455c469626d9c36c8e0f2d8b977b45fbc15541 100644 |
| --- a/third_party/WebKit/LayoutTests/fast/dom/comment-not-documentElement.html |
| +++ b/third_party/WebKit/LayoutTests/fast/dom/comment-not-documentElement.html |
| @@ -4,7 +4,7 @@ |
| <body> |
| <script> |
| if (document.documentElement.nodeType == Node.ELEMENT_NODE) |
| - document.write("SUCESS"); |
| + document.write("SUCCESS"); |
| else |
| document.write("FAIL"); |
| </script> |