You've already forked lazarus-ccr
simplifies and normalizes the new html test
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3590 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8" />
|
||||||
<title>Area of a circle</title>
|
<title>Area of a circle</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
@ -98,8 +98,8 @@
|
|||||||
<p>
|
<p>
|
||||||
The area of a circle is
|
The area of a circle is
|
||||||
<math>
|
<math>
|
||||||
<mi>π</mi>
|
<mi>π</mi>
|
||||||
<mo>⁢</mo>
|
<mo>x</mo>
|
||||||
<msup>
|
<msup>
|
||||||
<mi>r</mi>
|
<mi>r</mi>
|
||||||
<mn>2</mn>
|
<mn>2</mn>
|
||||||
@ -107,4 +107,4 @@
|
|||||||
</math>.
|
</math>.
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user