blob: dbb69124278e125fceed9edcec5352a1e85af170 [file] [log] [blame]
description("This test checks that an SVGFEFloodElement object has no in1 property.");
var feFlood = document.createElementNS("http://www.w3.org/2000/svg", "feFlood");
shouldBe("feFlood.in1", "undefined");
successfullyParsed = true;