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

Unified Diff: third_party/WebKit/LayoutTests/fast/html/marquee-scroll.html

Issue 2674673005: Move tests for MARQUEE element to html/marquee/. (Closed)
Patch Set: Created 3 years, 11 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: third_party/WebKit/LayoutTests/fast/html/marquee-scroll.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/marquee-scroll.html b/third_party/WebKit/LayoutTests/fast/html/marquee-scroll.html
deleted file mode 100644
index b1232075351f1eee133a14cd94006efb9fb96d4d..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/html/marquee-scroll.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<html>
-<title>Test for marquee scrolling behavior</title>
-<body>
-
-<p>Test for <a href="http://bugs.webkit.org/show_bug.cgi?id=15263">bug 15263</a>:
-REGRESSION: scrolldelay=0 causes marquee not to display</p>
-
-<p>The marquee below is defined with a scrollDelay value of zero and with the truespeed attribute assigned to an empty string. It should scroll until the text, &quot;The marquee scroll test passed&quot is visible and left justified.</p>
-
-<p>This test uses cyan 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>
-
-<marquee width="50%" behavior="slide" bgcolor="cyan" truespeed="" scrollDelay="0">
-<span style="color:cyan">The marquee scroll test passed</span>
-</marquee>
-
-<script>
-if (window.testRunner)
- testRunner.dumpAsTextWithPixelResults();
-</script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698