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

Unified Diff: LayoutTests/http/tests/activedomobject/marquee-expected.txt

Issue 394773003: Implement HTMLMarqueeElement's animation in private scripts (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/http/tests/activedomobject/marquee-expected.txt
diff --git a/LayoutTests/http/tests/activedomobject/marquee-expected.txt b/LayoutTests/http/tests/activedomobject/marquee-expected.txt
index 19aa6ca302d25fcb668a19934c0aea4a5ad9086c..f846cd9a1625f3676fa6bd4e6309ce5cffe127c5 100644
--- a/LayoutTests/http/tests/activedomobject/marquee-expected.txt
+++ b/LayoutTests/http/tests/activedomobject/marquee-expected.txt
@@ -3,7 +3,7 @@ Tests that reparenting marquee elements also reparents ActiveDOMObject.
Before Reparenting
PASS: window.internals.activeDOMObjectCount(document) should be '2' and is.
-PASS: window.internals.activeDOMObjectCount(iframe) should be '3' and is.
+PASS: window.internals.activeDOMObjectCount(iframe) should be '2' and is.
After Reparenting
-PASS: window.internals.activeDOMObjectCount(document) should be '3' and is.
+PASS: window.internals.activeDOMObjectCount(document) should be '2' and is.
PASS: window.internals.activeDOMObjectCount(iframe) should be '2' and is.

Powered by Google App Engine
This is Rietveld 408576698