Skip to content

Commit

Permalink
Make test pages small-screen friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Jun 23, 2019
1 parent a436102 commit 4956a16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/tests/procedural-cosmetic-filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Procedural cosmetic filters</title>
<style>
.filters {
Expand Down Expand Up @@ -144,7 +145,7 @@ <h3>Tests</h3>

<div id="a15" class="tile">
<div class="pass"><div class="pass"><a><b class="ok"></b></a></div></div>
<code>#pcf #a15 .pass:watch-attrs(class) > .fail:has(b.notok)</code>
<code>#pcf #a15 .pass:watch-attr(class) > .fail:has(b.notok)</code>
<script>
self.setTimeout(( ) =>
{
Expand Down
1 change: 1 addition & 0 deletions docs/tests/procedural-html-filters.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Procedural HTML filters</title>
<style>
.filters {
Expand Down

0 comments on commit 4956a16

Please sign in to comment.