Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(514)

Unified Diff: third_party/WebKit/LayoutTests/typedcssom/inlinestyle/properties/bottom-expected.txt

Issue 2546343002: [CSS Typed OM] Add additional test capability for string->CSSStyleValue in property-suite (Closed)
Patch Set: fix location of quotes Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698