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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 Tests that reparenting marquee elements also reparents ActiveDOMObject. 1 Tests that reparenting marquee elements also reparents ActiveDOMObject.
2 2
3 3
4 Before Reparenting 4 Before Reparenting
5 PASS: window.internals.activeDOMObjectCount(document) should be '2' and is. 5 PASS: window.internals.activeDOMObjectCount(document) should be '2' and is.
6 PASS: window.internals.activeDOMObjectCount(iframe) should be '3' and is. 6 PASS: window.internals.activeDOMObjectCount(iframe) should be '2' and is.
7 After Reparenting 7 After Reparenting
8 PASS: window.internals.activeDOMObjectCount(document) should be '3' and is. 8 PASS: window.internals.activeDOMObjectCount(document) should be '2' and is.
9 PASS: window.internals.activeDOMObjectCount(iframe) should be '2' and is. 9 PASS: window.internals.activeDOMObjectCount(iframe) should be '2' and is.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698