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

Unified Diff: LayoutTests/animations/display-none-cancel-computedstyle-expected.txt

Issue 1156213003: Cancel animations before calling ContainerNode::attach in Element::attach. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add a test. Created 5 years, 7 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
« no previous file with comments | « LayoutTests/animations/display-none-cancel-computedstyle.html ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/animations/display-none-cancel-computedstyle-expected.txt
diff --git a/LayoutTests/animations/display-none-cancel-computedstyle-expected.txt b/LayoutTests/animations/display-none-cancel-computedstyle-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f4a6e9e733b6950ebb9117a6230c30d6f66db096
--- /dev/null
+++ b/LayoutTests/animations/display-none-cancel-computedstyle-expected.txt
@@ -0,0 +1,11 @@
+Canceling an animation should not leave dirty bits on display none elements.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS getComputedStyle(child).borderWidth is "10px"
+PASS getComputedStyle(child).borderWidth is "5px"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
« no previous file with comments | « LayoutTests/animations/display-none-cancel-computedstyle.html ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698