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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/html/marquee-should-not-wrap.html

Issue 2674673005: Move tests for MARQUEE element to html/marquee/. (Closed)
Patch Set: Created 3 years, 10 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
OLDNEW
(Empty)
1 <body>
2 <script src="../../resources/js-test.js"></script>
3 <marquee width="10px" height="300px" behavior="slide" scrolldelay="1" treespeed= true>
4 This text should not wrap.
5 </marquee>
6 <script>
7 var jsTestIsAsync = true;
8 setTimeout(function() {
9 finishJSTest();
10 }, 600);
11 </script>
12 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698