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