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

Remove initial window/browser size from F94 test #1838

Closed
wants to merge 5 commits into from
Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions techniques/failures/F94.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,19 @@ <h3>Procedure</h3>
<p>In a desktop browser with a resizable window:</p>
<ol>
<li>Set zoom level to 100%.</li>
<li>Set window size to 1280 pixels wide.</li>
<li>Visit the page to be tested.</li>
<li>Use any of the following methods to resize text when available:
<li>Visit the page to be tested.</li>
<li>Use any of the following methods to resize text when available:
<ul>
<li>the zoom feature of the browser</li>
mbgower marked this conversation as resolved.
Show resolved Hide resolved
<li>the text-sizing feature of the browser,</li>
<li>on-page controls for resizing text.</li>
</ul>
</li>
<li>Check that the text resizes by one of the methods above, and can be resized to at least 200% of the default.</li>
<li>Check that the text resizes by one of the methods above, and can be resized to at least 200% of the default.</li>
</ol>
<div class="note">
<p>If the page has variations that are automatically presented for various screen sizes (e.g. media query breakpoints), you should run the test procedure for each variation.</p>
mbgower marked this conversation as resolved.
Show resolved Hide resolved
</div>
</section>
<section class="test-results">
<h3>Expected Results</h3>
Expand Down