| Index: LayoutTests/fast/text/trailing_whitespace_wrapping.html
|
| diff --git a/LayoutTests/fast/text/trailing_whitespace_wrapping.html b/LayoutTests/fast/text/trailing_whitespace_wrapping.html
|
| deleted file mode 100644
|
| index 4da0c11d813c0e19f8546f1243d43b5d7a7e1c8f..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/text/trailing_whitespace_wrapping.html
|
| +++ /dev/null
|
| @@ -1,32 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| - <head>
|
| - <meta charset="utf-8">
|
| - <title>Float wrapping w/trailing whitespace</title>
|
| - <style>
|
| - .test {
|
| - float: left;
|
| - clear: both;
|
| - margin: 1px 0;
|
| - text-rendering: optimizeLegibility;
|
| - background: silver;
|
| - }
|
| - </style>
|
| - </head>
|
| - <body>
|
| - <h1>Float wrapping w/trailing whitespace</h1>
|
| - <p>
|
| - Tests wrapping of text in floats with leading and/or trailing
|
| - white-space. Neither line below should wrap.
|
| - </p>
|
| - <div>
|
| - <span class="test">लपेट नहीं करना चाहिए											</span>
|
| - <span class="test">लपेट नहीं करना चाहिए </span>
|
| - <span class="test">लपेट नहीं करना चाहिए</span>
|
| - <span class="test">should not wrap	</span>
|
| - <span class="test">should not wrap	 </span>
|
| - <span class="test">should not wrap 	</span>
|
| - <span class="test">should not wrap</span>
|
| - </div>
|
| - </body>
|
| -</html>
|
|
|