Index: third_party/WebKit/LayoutTests/traversal/size-zero-run-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/traversal/size-zero-run-expected.txt b/third_party/WebKit/LayoutTests/traversal/size-zero-run-expected.txt |
index 2963739d637a0ab3af6683a2acc9cea6f6df9381..f41f3d7324f5d596d75b5d689239620620cef41a 100644 |
--- a/third_party/WebKit/LayoutTests/traversal/size-zero-run-expected.txt |
+++ b/third_party/WebKit/LayoutTests/traversal/size-zero-run-expected.txt |
@@ -1,4 +1,4 @@ |
-If a zero lengthed render object (such as a text node that has been set to "") occured at the end of a line, it was previously given a non-zero sized run. |
+If a zero-length render object (such as a text node that has been set to "") occurred at the end of a line, it was previously given a non-zero sized run. |
A crash would occur on iteration over a node containing such a run. NodeIterators, the innerText property, and hovering over a link all use iteration. |