Skip to content

Commit

Permalink
[Documentation] Fix OS string used in manifest example (web-platform-…
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenmcgruer authored Nov 26, 2019
1 parent 64eada7 commit 0802322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wptrunner/docs/expectation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ A more complex manifest with conditional properties might be::

[canvas_test.html]
expected:
if os == "osx": FAIL
if os == "mac": FAIL
if os == "windows" and version == "XP": FAIL
PASS

Expand Down

0 comments on commit 0802322

Please sign in to comment.