forked from web-platform-tests/wpt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
renamed files to follow manual test naming convention
Renamed all of the manual test files (not supporting files) with a -manual suffix to satisfy naming convention for manual tests. Updates references in README.html.
- Loading branch information
1 parent
8f35b80
commit 318c48e
Showing
24 changed files
with
35 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
24 changes: 12 additions & 12 deletions
24
html-longdesc/iframe-discoverability.html → ...ngdesc/iframe-discoverability-manual.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Longdesc test: iframe discoverability</title> | ||
</head> | ||
<body> | ||
<iframe src="external-image-external-description.html" width="480" height="320"> | ||
<p>If there is no document included here with an image, the result of the test is unknowable</p> | ||
</iframe> | ||
<p>In order to pass, it should be possible to discover that there is an image with a longdesc included in this document (inside an iframe). | ||
</body> | ||
</html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Longdesc test: iframe discoverability</title> | ||
</head> | ||
<body> | ||
<iframe src="external-image-external-description-manual.html" width="480" height="320"> | ||
<p>If there is no document included here with an image, the result of the test is unknowable</p> | ||
</iframe> | ||
<p>In order to pass, it should be possible to discover that there is an image with a longdesc included in this document (inside an iframe). | ||
</body> | ||
</html> |
File renamed without changes.
File renamed without changes.