Initial commit, very few changes from orca 45. Added xfce4-notification daemon support.
This commit is contained in:
9
test/html/display-table-cell.html
Normal file
9
test/html/display-table-cell.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<div>line 1</div>
|
||||
<div style="display:table;">
|
||||
<div style="display:table-cell;">line 2</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user