Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test link for lock-basic.html #153

Merged
merged 3 commits into from Feb 19, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -331,7 +331,7 @@ <h2>
<h2>
<dfn>lock()</dfn> method: Lock screen to a specific orientation
</h2>
<p>
<p data-tests="lock-basic.html">
When the <a>lock()</a> method is invoked, the <a>user agent</a> MUST
run the <a>apply an orientation lock</a> steps to the <a>responsible
document</a> using <var>orientation</var>.
Expand Down Expand Up @@ -839,7 +839,7 @@ <h2>
<h2>
<dfn>Locking orientation algorithm</dfn>
</h2>
<p data-tests="lock-basic.html">
<p>
The steps to <dfn>apply an orientation lock</dfn> to a
<a>document</a> using <var>orientation</var> are as follows:
</p>
Expand Down