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

Side by Side Diff: third_party/WebKit/LayoutTests/html/marquee/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
1 <body> 1 <body>
2 <script src="../../resources/js-test.js"></script> 2 <script src="../../resources/js-test.js"></script>
3 <marquee width="10px" height="300px" behavior="slide" scrolldelay="1" treespeed= true> 3 <marquee width="10px" height="300px" behavior="slide" scrolldelay="1" treespeed= true>
4 This text should not wrap. 4 This text should not wrap.
5 </marquee> 5 </marquee>
6 <script> 6 <script>
7 var jsTestIsAsync = true; 7 var jsTestIsAsync = true;
8 setTimeout(function() { 8 setTimeout(function() {
9 finishJSTest(); 9 finishJSTest();
10 }, 600); 10 }, 600);
11 </script> 11 </script>
12 </body> 12 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698