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

Unified Diff: LayoutTests/svg/animations/animate-color-fill-currentColor-expected.txt

Issue 7002001: Revert 79985 - 2011-03-01 Nikolas Zimmermann <nzimmermann@rim.com> (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 years, 7 months 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: LayoutTests/svg/animations/animate-color-fill-currentColor-expected.txt
===================================================================
--- LayoutTests/svg/animations/animate-color-fill-currentColor-expected.txt (revision 86165)
+++ LayoutTests/svg/animations/animate-color-fill-currentColor-expected.txt (working copy)
@@ -1,44 +0,0 @@
-SVG 1.1 dynamic animation tests
-
-Tests animation on 'currentColor'.
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-
-Initial condition:
-PASS document.defaultView.getComputedStyle(rect).getPropertyValue('fill') is "#ff0000"
-PASS (fillPaint = document.defaultView.getComputedStyle(rect).getPropertyCSSValue('fill')).toString() is "[object SVGPaint]"
-PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR
-PASS fillPaint.uri is ""
-PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_CURRENTCOLOR
-PASS (fillColor = fillPaint.rgbColor).toString() is "[object RGBColor]"
-PASS fillColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 255
-PASS fillColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS fillColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-
-Half-time condition:
-PASS document.defaultView.getComputedStyle(rect).getPropertyValue('fill') is "#804000"
-PASS (fillPaint = document.defaultView.getComputedStyle(rect).getPropertyCSSValue('fill')).toString() is "[object SVGPaint]"
-PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR
-PASS fillPaint.uri is ""
-PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_CURRENTCOLOR
-PASS (fillColor = fillPaint.rgbColor).toString() is "[object RGBColor]"
-PASS fillColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 128
-PASS fillColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 64
-PASS fillColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-
-End condition:
-PASS document.defaultView.getComputedStyle(rect).getPropertyValue('fill') is "#008000"
-PASS (fillPaint = document.defaultView.getComputedStyle(rect).getPropertyCSSValue('fill')).toString() is "[object SVGPaint]"
-PASS fillPaint.paintType is SVGPaint.SVG_PAINTTYPE_CURRENTCOLOR
-PASS fillPaint.uri is ""
-PASS fillPaint.colorType is SVGColor.SVG_COLORTYPE_CURRENTCOLOR
-PASS (fillColor = fillPaint.rgbColor).toString() is "[object RGBColor]"
-PASS fillColor.red.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS fillColor.green.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 128
-PASS fillColor.blue.getFloatValue(CSSPrimitiveValue.CSS_NUMBER) is 0
-PASS successfullyParsed is true
-
-TEST COMPLETE
-

Powered by Google App Engine
This is Rietveld 408576698