Chromium Code Reviews

Unified Diff: LayoutTests/http/tests/activedomobject/marquee.html

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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « LayoutTests/fast/inline-block/003.html ('k') | LayoutTests/http/tests/activedomobject/marquee-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/activedomobject/marquee.html
diff --git a/LayoutTests/http/tests/activedomobject/marquee.html b/LayoutTests/http/tests/activedomobject/marquee.html
index 1119c88348fed53795cf2224492f5adb35c1cc81..fd5f4ebd6ae0a68ef2cf495b7c13173b04ba7b49 100644
--- a/LayoutTests/http/tests/activedomobject/marquee.html
+++ b/LayoutTests/http/tests/activedomobject/marquee.html
@@ -11,12 +11,12 @@
log('Before Reparenting');
shouldBe('window.internals.activeDOMObjectCount(document)', 2);
- shouldBe('window.internals.activeDOMObjectCount(iframe)', 3);
+ shouldBe('window.internals.activeDOMObjectCount(iframe)', 2);
document.body.appendChild(window.iframe.querySelector('marquee'));
log('After Reparenting');
- shouldBe('window.internals.activeDOMObjectCount(document)', 3);
+ shouldBe('window.internals.activeDOMObjectCount(document)', 2);
shouldBe('window.internals.activeDOMObjectCount(iframe)', 2);
}
</script>
« no previous file with comments | « LayoutTests/fast/inline-block/003.html ('k') | LayoutTests/http/tests/activedomobject/marquee-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine