Bug 1239952 - Incorrect test for feGaussianBlur elements r=james

This commit is contained in:
Robert Longson 2016-01-19 19:44:10 +00:00
Родитель 2d53758d08
Коммит 9b870211c5
2 изменённых файлов: 0 добавлений и 43 удалений

Просмотреть файл

@ -2124,12 +2124,6 @@
[SVGFEGaussianBlurElement interface: attribute edgeMode]
expected: FAIL
[SVGFEGaussianBlurElement must be primary interface of feGaussianBlur]
expected: FAIL
[Stringification of feGaussianBlur]
expected: FAIL
[SVGFEGaussianBlurElement interface: feGaussianBlur must inherit property "SVG_EDGEMODE_UNKNOWN" with the proper type (0)]
expected: FAIL
@ -2142,39 +2136,9 @@
[SVGFEGaussianBlurElement interface: feGaussianBlur must inherit property "SVG_EDGEMODE_NONE" with the proper type (3)]
expected: FAIL
[SVGFEGaussianBlurElement interface: feGaussianBlur must inherit property "in1" with the proper type (4)]
expected: FAIL
[SVGFEGaussianBlurElement interface: feGaussianBlur must inherit property "stdDeviationX" with the proper type (5)]
expected: FAIL
[SVGFEGaussianBlurElement interface: feGaussianBlur must inherit property "stdDeviationY" with the proper type (6)]
expected: FAIL
[SVGFEGaussianBlurElement interface: feGaussianBlur must inherit property "edgeMode" with the proper type (7)]
expected: FAIL
[SVGFEGaussianBlurElement interface: feGaussianBlur must inherit property "setStdDeviation" with the proper type (8)]
expected: FAIL
[SVGFEGaussianBlurElement interface: calling setStdDeviation(float,float) on feGaussianBlur with too few arguments must throw TypeError]
expected: FAIL
[SVGFEGaussianBlurElement interface: feGaussianBlur must inherit property "x" with the proper type (9)]
expected: FAIL
[SVGFEGaussianBlurElement interface: feGaussianBlur must inherit property "y" with the proper type (10)]
expected: FAIL
[SVGFEGaussianBlurElement interface: feGaussianBlur must inherit property "width" with the proper type (11)]
expected: FAIL
[SVGFEGaussianBlurElement interface: feGaussianBlur must inherit property "height" with the proper type (12)]
expected: FAIL
[SVGFEGaussianBlurElement interface: feGaussianBlur must inherit property "result" with the proper type (13)]
expected: FAIL
[SVGElement interface: feGaussianBlur must inherit property "tabIndex" with the proper type (3)]
expected: FAIL

Просмотреть файл

@ -1333,8 +1333,6 @@ var altGlyphItem = document.createElementNS("http://www.w3.org/2000/svg",
"altGlyphItem");
var glyphRef = document.createElementNS("http://www.w3.org/2000/svg",
"glyphRef");
var glyphRef = document.createElementNS("http://www.w3.org/2000/svg",
"glyphRef");
var marker = document.createElementNS("http://www.w3.org/2000/svg", "marker");
var colorProfile = document.createElementNS("http://www.w3.org/2000/svg",
"color-profile");
@ -1384,8 +1382,6 @@ var foreignObject = document.createElementNS("http://www.w3.org/2000/svg",
"foreignObject");
var filter = document.createElementNS("http://www.w3.org/2000/svg", "filter");
var feBlend = document.createElementNS("http://www.w3.org/2000/svg", "feBlend");
var feColorMatrix = document.createElementNS("http://www.w3.org/2000/svg",
"feColorMatrix");
var feColorMatrix = document.createElementNS("http://www.w3.org/2000/svg",
"feColorMatrix");
var feComponentTransfer = document.createElementNS("http://www.w3.org/2000/svg",
@ -1415,9 +1411,6 @@ var feDisplacementMap = document.createElementNS("http://www.w3.org/2000/svg",
"feDisplacementMap");
var feDropShadow = document.createElementNS("http://www.w3.org/2000/svg",
"feDropShadow");
var feFlood = document.createElementNS("http://www.w3.org/2000/svg", "feFlood");
var feGaussianBlur = document.createElementNS("http://www.w3.org/2000/svg",
"feGaussianBlue");
var feImage = document.createElementNS("http://www.w3.org/2000/svg", "feImage");
var feMerge = document.createElementNS("http://www.w3.org/2000/svg", "feMerge");
var feMergeNode = document.createElementNS("http://www.w3.org/2000/svg",