summaryrefslogtreecommitdiffstats
path: root/devtools/client/styleeditor/test/inline-2.html
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/client/styleeditor/test/inline-2.html')
-rw-r--r--devtools/client/styleeditor/test/inline-2.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/devtools/client/styleeditor/test/inline-2.html b/devtools/client/styleeditor/test/inline-2.html
new file mode 100644
index 000000000..e25285c31
--- /dev/null
+++ b/devtools/client/styleeditor/test/inline-2.html
@@ -0,0 +1,19 @@
+<!doctype html>
+<html>
+ <head>
+ <title>Inline test page #2</title>
+ <style type="text/css">
+ .second {
+ font-size:2em;
+ }
+ </style>
+ <style type="text/css">
+ .first {
+ font-size:3em;
+ }
+ </style>
+ </head>
+ <body class="second">
+ Inline test page #2
+ </body>
+</html>