Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: LayoutTests/fast/layers/opacity-change-stacking-context-expected.txt

Issue 136903004: Changing from opacity less than 1 to opacity 1 should not trigger layout (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « LayoutTests/fast/layers/opacity-change-stacking-context.html ('k') | Source/core/rendering/style/RenderStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698