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

Unified Diff: LayoutTests/platform/linux/fast/html/marquee-scroll-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/platform/linux/fast/html/marquee-scroll-expected.txt
diff --git a/LayoutTests/platform/linux/fast/html/marquee-scroll-expected.txt b/LayoutTests/platform/linux/fast/html/marquee-scroll-expected.txt
index 31667109456a82f1eff92585e6fc7279aa237bce..79247265f05162488b02dc950131e6cdcc1dc41d 100644
--- a/LayoutTests/platform/linux/fast/html/marquee-scroll-expected.txt
+++ b/LayoutTests/platform/linux/fast/html/marquee-scroll-expected.txt
@@ -16,9 +16,16 @@ layer at (0,0) size 800x600
text run at (0,0) width 740: "The marquee below is defined with a scrollDelay value of zero and with the truespeed attribute assigned to an empty string. "
text run at (740,0) width 9: "It"
text run at (0,20) width 511: "should scroll until the text, \"The marquee scroll test passed\" is visible and left justified."
- RenderBlock (anonymous) at (0,92) size 784x20
+ RenderBlock {P} at (0,92) size 784x40
+ RenderText {#text} at (0,0) size 778x39
+ text run at (0,0) width 778: "This test uses cyan characters to make the result image deterministic. (Otherwise, the result image changes depending on when the"
+ text run at (0,20) width 552: "content_shell takes a snapshot.) In order to run this test manually, change the color to black."
+ RenderBlock (anonymous) at (0,148) size 784x20
RenderText {#text} at (0,0) size 0x0
-layer at (8,100) size 392x20 scrollX -384
- RenderMarquee {MARQUEE} at (0,0) size 392x20 [bgcolor=#00FFFF]
- RenderText {#text} at (0,0) size 186x19
- text run at (0,0) width 186: "The marquee scroll test passed"
+layer at (8,156) size 392x20
+ RenderBlock {MARQUEE} at (0,0) size 392x20 [bgcolor=#00FFFF]
+ RenderBlock {DIV} at (0,0) size 392x20
+ RenderInline {SPAN} at (0,0) size 186x19 [color=#00FFFF]
+ RenderText {#text} at (0,0) size 186x19
+ text run at (0,0) width 186: "The marquee scroll test passed"
+ RenderText {#text} at (0,0) size 0x0

Powered by Google App Engine
This is Rietveld 408576698