chromium/third_party/blink/web_tests/fast/sub-pixel/table-rtl-padding-expected.html

<!DOCTYPE html>
<html>
    <head>
        <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
	<style>
	    td { white-space: nowrap; }
	</style>
    </head>
    <body style="zoom: 1.1;">
	<table style="padding-right: 3px">
		<tbody>
			<tr>
			    <td>עדי רם                                                                 </td>
			    <td>(11:05 , 11.01.13 )</td>
			</tr>
		</tbody>
		Table content should not wrap.
	</table>
    </body>
</html>