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

Unified Diff: LayoutTests/fast/inline-block/003.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. 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/fast/html/marquee-scroll.html ('k') | LayoutTests/http/tests/activedomobject/marquee.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/inline-block/003.html
diff --git a/LayoutTests/fast/inline-block/003.html b/LayoutTests/fast/inline-block/003.html
index 3fbd3a40a0a823928399477eb196c444dba4eb79..2944ca4324c3d7742185470073a917e9428c0386 100644
--- a/LayoutTests/fast/inline-block/003.html
+++ b/LayoutTests/fast/inline-block/003.html
@@ -6,19 +6,22 @@ marquee { border:2px solid green; margin: 0; white-space: normal; }
</style>
</head>
<body>
-The two divs below should be on the same line, since they are display: inline-block.
+<p>The two divs below should be on the same line, since they are display: inline-block.</p>
<center>
<div>This is div one.</div><div>This is div two.</div>
</center>
-The two marquees below should be on separate lines, since marquees fill the width of a containing
-block by default.
+<p>The two marquees below should be on separate lines, since marquees fill the width of a containing
+block by default.</p>
+<p>This test uses white characters to make the result image deterministic.
+(Otherwise, the result image changes depending on when the content_shell takes a snapshot.)
+In order to run this test manually, change the color to black.</p>
<span>
-<marquee>This is div one.</marquee>
-<marquee>This is div two.</marquee>
+<marquee><span style="color:white">This is div one.</span></marquee>
+<marquee><span style="color:white">This is div two.</span></marquee>
</span>
</body>
« no previous file with comments | « LayoutTests/fast/html/marquee-scroll.html ('k') | LayoutTests/http/tests/activedomobject/marquee.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698