Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: layout/reftests/bidi/reftest.list
<!DOCTYPE html>↩
<html>↩
<head>↩
<title>preformatted-paragraph-break-as-bidi-paragraph-break</title>↩
<meta charset="UTF-8">↩
<script type="text/javascript">↩
↩
function boom()↩
{↩
document.getElementById("w").style.whiteSpace="normal";↩
}↩
↩
</script>↩
</head>↩
<body onload="boom();">↩
<pre id="w">א -->↩
--> ב</pre>↩
</body>↩
</html>↩
↩