Index: LayoutTests/fast/layers/opacity-change-stacking-context-expected.txt |
diff --git a/LayoutTests/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.txt b/LayoutTests/fast/layers/opacity-change-stacking-context-expected.txt |
similarity index 51% |
copy from LayoutTests/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.txt |
copy to LayoutTests/fast/layers/opacity-change-stacking-context-expected.txt |
index 8b47e217899e80f213ce838b4f06d36957d01ce9..529949a94980c3a430a554840cde610193fd2c7e 100644 |
--- a/LayoutTests/svg/dynamic-updates/SVGRectElement-svgdom-y-prop-expected.txt |
+++ b/LayoutTests/fast/layers/opacity-change-stacking-context-expected.txt |
@@ -1,12 +1,10 @@ |
-SVG 1.1 dynamic update tests |
- |
-Tests dynamic updates of the 'y' property of the SVGRectElement object |
+Test that opacity changes from less than 1 to 1 don't cause layout if the layer remains a stacking context |
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
-PASS rectElement.y.baseVal.value is -150 |
-PASS rectElement.y.baseVal.value is 0 |
+PASS internals.updateStyleAndReturnAffectedElementCount() is 1 |
+PASS internals.needsLayoutCount() is 0 |
PASS successfullyParsed is true |
TEST COMPLETE |