| Index: third_party/WebKit/LayoutTests/fast/html/marquee-should-not-wrap.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/html/marquee-should-not-wrap.html b/third_party/WebKit/LayoutTests/fast/html/marquee-should-not-wrap.html
|
| deleted file mode 100644
|
| index 08366ca673a550563d51f17acda802796c76b147..0000000000000000000000000000000000000000
|
| --- a/third_party/WebKit/LayoutTests/fast/html/marquee-should-not-wrap.html
|
| +++ /dev/null
|
| @@ -1,12 +0,0 @@
|
| -<body>
|
| -<script src="../../resources/js-test.js"></script>
|
| -<marquee width="10px" height="300px" behavior="slide" scrolldelay="1" treespeed=true>
|
| -This text should not wrap.
|
| -</marquee>
|
| -<script>
|
| -var jsTestIsAsync = true;
|
| -setTimeout(function() {
|
| - finishJSTest();
|
| -}, 600);
|
| -</script>
|
| -</body>
|
|
|