Index: LayoutTests/platform/android/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.txt |
diff --git a/LayoutTests/platform/android/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.txt b/LayoutTests/platform/android/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.txt |
deleted file mode 100644 |
index 3f91dc756e3e7053fa8d3f22f1b1caad72932b15..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/android/svg/dynamic-updates/SVGFEComponentTransferElement-svgdom-type-prop-expected.txt |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-SVG 1.1 dynamic update tests |
- |
-Tests dynamic updates of the 'type' property of the SVGFEComponentTransferElement object |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS feRFunc.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_GAMMA |
-PASS feGFunc.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_GAMMA |
-PASS feBFunc.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_GAMMA |
-PASS feAFunc.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_GAMMA |
-PASS feRFunc.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_LINEAR |
-PASS feGFunc.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_LINEAR |
-PASS feBFunc.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_LINEAR |
-PASS feAFunc.type.baseVal is SVGComponentTransferFunctionElement.SVG_FECOMPONENTTRANSFER_TYPE_LINEAR |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |