Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: Tools/TestWebKitAPI/Tests/mac/WindowlessWebViewWithMedia.html

Issue 13602008: Remove non-chromium code from TestWebKitAPI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Tools/TestWebKitAPI/Tests/mac/WindowlessWebViewWithMedia.html
diff --git a/Tools/TestWebKitAPI/Tests/mac/WindowlessWebViewWithMedia.html b/Tools/TestWebKitAPI/Tests/mac/WindowlessWebViewWithMedia.html
deleted file mode 100644
index db064fb05392a27d4937838227421ed4e634c916..0000000000000000000000000000000000000000
--- a/Tools/TestWebKitAPI/Tests/mac/WindowlessWebViewWithMedia.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
- We want to make sure the page sends its onload event even if it has media in a windowless WebView.
- <audio src="invalid.mp3"></audio>
- <script>
- var didTriggerLoad = false;
- window.addEventListener('load', function(event) {
- didTriggerLoad = true;
- }, false);
- </script>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698