blob: c822340ce7fdab23cd373485d21a9dd2a2b67195 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html dir="rtl">
<meta charset="utf-8" />
<title>Testcase, bug 1547759</title>
<style>
html { overflow: hidden }
</style>
<table>
<tr style="background: #f66">
<td style="position: relative">A</td>
<td>B</td>
</tr>
</table>
|