blob: 997d58a79884ac3086426da2a84b992019bfd100 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!doctype html>
<html lang=en>
<meta charset=utf-8>
<title>test reference</title>
<style>
div {
text-align: right;
width: 300px;
border: solid;
}
</style>
<p>Test passes if the words below are aligned to the right of the box.
<div>right<br>right</div>
|