summaryrefslogtreecommitdiffstats
path: root/emacs.d/nxhtml/tests/in/3-heights.html
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/nxhtml/tests/in/3-heights.html')
-rw-r--r--emacs.d/nxhtml/tests/in/3-heights.html42
1 files changed, 42 insertions, 0 deletions
diff --git a/emacs.d/nxhtml/tests/in/3-heights.html b/emacs.d/nxhtml/tests/in/3-heights.html
new file mode 100644
index 0000000..339b5c2
--- /dev/null
+++ b/emacs.d/nxhtml/tests/in/3-heights.html
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
+"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <title>patika</title>
+<meta name="generator" content="emacs 23.0.60.1; htmlfontify 0.20" />
+<style type="text/css"><!--
+body { font-family: Courier New; font-stretch: normal; font-weight: 500; font-style: normal; color: #f5deb3; background: #2f4f4f; font-size: 10pt; text-decoration: none; }
+span.default { font-family: Courier New; font-stretch: normal; font-weight: 500; font-style: normal; color: #f5deb3; background: #2f4f4f; font-size: 10pt; text-decoration: none; }
+span.default a { font-family: Courier New; font-stretch: normal; font-weight: 500; font-style: normal; color: #f5deb3; background: #2f4f4f; font-size: 10pt; text-decoration: underline; }
+span.default-0004 { text-decoration: none; }
+span.default-0004 a { text-decoration: underline; }
+span.default-0002 { text-decoration: none; }
+span.default-0002 a { text-decoration: underline; }
+ --></style>
+
+ </head>
+ <body>
+
+ <script type="text/javascript">
+ // <![CDATA[
+
+function getObj(name) {
+ if (document.getElementById) {
+ this.obj = document.getElementById(name);
+ this.style = document.getElementById(name).style;
+ }
+}
+function hfy_toggle_display(name) {
+ var x = new getObj("hfy_invis_" + name);
+ var flag = x.style.display == 'inline';
+ x.style.display = (flag) ? 'none' : 'inline'
+}
+
+ // ]]>
+ </script>
+
+<pre>ajsha a<span class="default-0002">hsahs</span>jha<span class="default-0004">j sah</span>sja </pre>
+
+ </body>
+</html>