diff options
Diffstat (limited to 'devtools/client/shared/test/html-mdn-css-syntax-old-style.html')
-rw-r--r-- | devtools/client/shared/test/html-mdn-css-syntax-old-style.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devtools/client/shared/test/html-mdn-css-syntax-old-style.html b/devtools/client/shared/test/html-mdn-css-syntax-old-style.html new file mode 100644 index 000000000..281267cc4 --- /dev/null +++ b/devtools/client/shared/test/html-mdn-css-syntax-old-style.html @@ -0,0 +1,23 @@ +<!doctype html> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> +</head> + +<body> + + <h2 id="Summary">Summary</h2> + + <p>A summary of the property.</p> + + <h2 id="Syntax">Syntax</h2> + + <pre>The part we should ignore</pre> + + <pre>/* The part we want */ +this: is-the-part-we-want;</pre> + + + +</body> +</html>
\ No newline at end of file |