Skip to content

Commit

Permalink
Bug 1565149 [wpt PR 17748] - [docs] Correct typo in example of user s…
Browse files Browse the repository at this point in the history
…tyles, a=testonly

Automatic update from web-platform-tests
[docs] Correct typo in example of user styles

`userstyle` and `nouserstyle` are referenced as CSS class names in this
document, so they should be declared as such.

--

wpt-commits: 0e95bf3183c7358f3bb428f6f1cc3db5e86b1e79
wpt-pr: 17748
  • Loading branch information
jugglinmike authored and jgraham committed Jul 24, 2019
1 parent 0060f10 commit 66af760
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ should not be applied.
Harness style sheet rules:

``` css
#userstyle
.userstyle
{
color: green;
display: none;
}
#nouserstyle
.nouserstyle
{
color: red;
display: none;
Expand Down

0 comments on commit 66af760

Please sign in to comment.