Index: LayoutTests/platform/android/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.txt |
diff --git a/LayoutTests/platform/android/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.txt b/LayoutTests/platform/android/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.txt |
deleted file mode 100644 |
index 7beff31c78b17f9389faa9eaf94c4a92c1267302..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/android/svg/dynamic-updates/SVGFETurbulenceElement-svgdom-baseFrequency-prop-expected.txt |
+++ /dev/null |
@@ -1,15 +0,0 @@ |
-SVG 1.1 dynamic update tests |
- |
-Tests dynamic updates of the 'baseFrequency' property of the SVGFETurbulenceElment object |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS Math.round(turbulence.baseFrequencyX.baseVal * 1000) is 70 |
-PASS Math.round(turbulence.baseFrequencyY.baseVal * 1000) is 70 |
-PASS Math.round(turbulence.baseFrequencyX.baseVal * 1000) is 50 |
-PASS Math.round(turbulence.baseFrequencyY.baseVal * 1000) is 50 |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |