checkMarqueeElement(parent, "html", false);
    }
    public void testRenderMarqueeForNotDivWithAllSet() throws Exception {
        MutablePropertyValues properties = createPropertyValues();
        properties.setComputedAndSpecifiedValue(
                StylePropertyDetails.MCS_MARQUEE_STYLE,
                MCSMarqueeStyleKeywords.SCROLL);
        properties.setComputedAndSpecifiedValue(
                StylePropertyDetails.MCS_MARQUEE_DIRECTION,
                MCSMarqueeDirectionKeywords.LEFT);
        properties.setComputedAndSpecifiedValue(
                StylePropertyDetails.MCS_MARQUEE_REPETITION,
                MCSMarqueeRepetitionKeywords.INFINITE);
        properties.setComputedAndSpecifiedValue(
                StylePropertyDetails.BACKGROUND_COLOR,
                StyleColorNames.ORANGE);
        // Test that the marquee element is inserted if the device doesn't
        // support the marquee css and does support the marquee element.