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

Unified Diff: LayoutTests/svg/animations/svgnumber-animation-3-expected.txt

Issue 705373004: Don't require getPropertyCSSValue in svg number animation tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/svg/animations/svgnumber-animation-2-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/animations/svgnumber-animation-3-expected.txt
diff --git a/LayoutTests/svg/animations/svgnumber-animation-3-expected.txt b/LayoutTests/svg/animations/svgnumber-animation-3-expected.txt
index dd3525d1a5bbe0d94adb2ab6f51604341dccb0a2..3daf2040cb41a7beb5fd6a55601876699f6505cc 100644
--- a/LayoutTests/svg/animations/svgnumber-animation-3-expected.txt
+++ b/LayoutTests/svg/animations/svgnumber-animation-3-expected.txt
@@ -5,10 +5,10 @@ Test for SVGNumber animation with invalid units.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS getComputedStyle(rect).getPropertyCSSValue('opacity').getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
+PASS getComputedStyle(rect).opacity is '0'
+PASS getComputedStyle(rect).opacity is '0'
+PASS getComputedStyle(rect).opacity is '0'
+PASS getComputedStyle(rect).opacity is '0'
PASS successfullyParsed is true
TEST COMPLETE
« no previous file with comments | « LayoutTests/svg/animations/svgnumber-animation-2-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698