Index: LayoutTests/platform/android/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.txt |
diff --git a/LayoutTests/platform/android/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.txt b/LayoutTests/platform/android/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.txt |
deleted file mode 100644 |
index 7de10d34e8001685d20355e615b4ec17677be0d4..0000000000000000000000000000000000000000 |
--- a/LayoutTests/platform/android/svg/dynamic-updates/SVGFEBlendElement-dom-in2-attr-expected.txt |
+++ /dev/null |
@@ -1,21 +0,0 @@ |
-SVG 1.1 dynamic update tests |
- |
-Tests dynamic updates of the 'in' attribute of the SVGFEBlendElement object |
- |
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
- |
- |
-PASS normalBlend.getAttribute('in2') is "lightenImg" |
-PASS multiplyBlend.getAttribute('in2') is "normalImg" |
-PASS screenBlend.getAttribute('in2') is "multiplyImg" |
-PASS darkenBlend.getAttribute('in2') is "screenImg" |
-PASS lightenBlend.getAttribute('in2') is "darkenImg" |
-PASS normalBlend.getAttribute('in2') is "normalImg" |
-PASS multiplyBlend.getAttribute('in2') is "multiplyImg" |
-PASS screenBlend.getAttribute('in2') is "screenImg" |
-PASS darkenBlend.getAttribute('in2') is "darkenImg" |
-PASS lightenBlend.getAttribute('in2') is "lightenImg" |
-PASS successfullyParsed is true |
- |
-TEST COMPLETE |
- |