Skip to content

Commit 16fc743

Browse files
committed
userscripts/user-script-*-document.html tests are flaky on Windows
https://bugs.webkit.org/show_bug.cgi?id=45980 Reviewed by Eric Carlson. We can't use counting.mp4 as our video file to create a video document, because on Windows counting.mp4 is opened in Windows Explorer or Quicktime instead of Safari. This bug is being tracked by <https://bugs.webkit.org/show_bug.cgi?id=25220>. This patch switches user-script-video-document.html to use silence-loop.mov instead of counting.mp4, which creates a video document on both Mac and Windows. * userscripts/resources/counting.mp4: Removed. * userscripts/resources/silence-loop.mov: Added. * userscripts/user-script-video-document-expected.txt: * userscripts/user-script-video-document.html: Canonical link: https://commits.webkit.org/61920@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@71433 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent b5562bc commit 16fc743

6 files changed

Lines changed: 22 additions & 7 deletions

File tree

LayoutTests/ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2010-11-05 Brian Weinstein <bweinstein@apple.com>
2+
3+
Reviewed by Eric Carlson.
4+
5+
userscripts/user-script-*-document.html tests are flaky on Windows
6+
https://bugs.webkit.org/show_bug.cgi?id=45980
7+
8+
We can't use counting.mp4 as our video file to create a video document, because on Windows counting.mp4
9+
is opened in Windows Explorer or Quicktime instead of Safari. This bug is being tracked by
10+
<https://bugs.webkit.org/show_bug.cgi?id=25220>.
11+
12+
This patch switches user-script-video-document.html to use silence-loop.mov instead of counting.mp4,
13+
which creates a video document on both Mac and Windows.
14+
15+
* userscripts/resources/counting.mp4: Removed.
16+
* userscripts/resources/silence-loop.mov: Added.
17+
* userscripts/user-script-video-document-expected.txt:
18+
* userscripts/user-script-video-document.html:
19+
120
2010-11-05 Anders Carlsson <andersca@apple.com>
221

322
Reviewed by Adam Roben.

LayoutTests/platform/win/Skipped

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,10 +1007,6 @@ userscripts/user-script-top-frame-only.html
10071007
userscripts/user-style-all-frames.html
10081008
userscripts/user-style-top-frame-only.html
10091009

1010-
# These tests are flaky on Windows. Needs investigation.
1011-
# https://bugs.webkit.org/show_bug.cgi?id=45980
1012-
userscripts/user-script-video-document.html
1013-
10141010
# Directory upload is not enabled.
10151011
fast/forms/input-file-directory-upload.html
10161012

-304 KB
Binary file not shown.
35.6 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CONSOLE MESSAGE: line 1: End Script: user-script-video-document.html
2-
CONSOLE MESSAGE: line 1: Start Script: counting.mp4
3-
CONSOLE MESSAGE: line 1: End Script: counting.mp4
2+
CONSOLE MESSAGE: line 1: Start Script: silence-loop.mov
3+
CONSOLE MESSAGE: line 1: End Script: silence-loop.mov
44

LayoutTests/userscripts/user-script-video-document.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</script>
1010
</head>
1111
<body>
12-
<iframe src="resources/counting.mp4"></iframe>
12+
<iframe src="resources/silence-loop.mov"></iframe>
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)