summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-28 10:49:42 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-28 10:49:42 -0800
commit8b0b4cd84860b08e6fefe59fde32c5677d7c65c8 (patch)
treef470e1f6d5dcf8807164dc6586ff848cfa63c4b4 /test
parent393ce6f1e3f9ac2b5ab5cee44560332ce9902ae1 (diff)
Update tests for new skylighting.
Diffstat (limited to 'test')
-rw-r--r--test/lhs-test.html6
-rw-r--r--test/lhs-test.html+lhs6
2 files changed, 8 insertions, 4 deletions
diff --git a/test/lhs-test.html b/test/lhs-test.html
index 636e7ee1e..c07c4f533 100644
--- a/test/lhs-test.html
+++ b/test/lhs-test.html
@@ -29,8 +29,10 @@ pre.numberSource a.sourceLine::before
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
- padding: 0 4px; width: 4em; }
-pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; color: #aaaaaa; padding-left: 4px; }
+ padding: 0 4px; width: 4em;
+ color: #aaaaaa;
+ }
+pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
@media screen {
a.sourceLine::before { text-decoration: underline; color: initial; }
}
diff --git a/test/lhs-test.html+lhs b/test/lhs-test.html+lhs
index a8185a268..a2d9bc324 100644
--- a/test/lhs-test.html+lhs
+++ b/test/lhs-test.html+lhs
@@ -29,8 +29,10 @@ pre.numberSource a.sourceLine::before
-webkit-touch-callout: none; -webkit-user-select: none;
-khtml-user-select: none; -moz-user-select: none;
-ms-user-select: none; user-select: none;
- padding: 0 4px; width: 4em; }
-pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; color: #aaaaaa; padding-left: 4px; }
+ padding: 0 4px; width: 4em;
+ color: #aaaaaa;
+ }
+pre.numberSource { margin-left: 3em; border-left: 1px solid #aaaaaa; padding-left: 4px; }
@media screen {
a.sourceLine::before { text-decoration: underline; color: initial; }
}