Index: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/bottom-expected.txt |
diff --git a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/bottom-expected.txt b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/bottom-expected.txt |
index bdef0da34379aeb09c562ca6142ce262245cbcfb..1cb38a580962078e9b25f1a7aba1ca2173662b50 100644 |
--- a/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/bottom-expected.txt |
+++ b/third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/bottom-expected.txt |
@@ -25,7 +25,7 @@ PASS Getting bottom with a CSSSimpleLength whose value is 2% |
PASS Getting bottom with a CSSSimpleLength whose value is 3em |
FAIL Getting bottom with a CSSCalcLength whose value is calc(10% + 1px) assert_equals: typeof result expected "CSSCalcLength" but got "CSSStyleValue" |
PASS getAll for single-valued bottom |
-PASS Delete bottom removes the value form the styleMap |
+PASS Delete bottom removes the value from the styleMap |
PASS bottom shows up in getProperties |
PASS Setting bottom to a sequence throws |
PASS Appending to bottom throws |