Index: third_party/WebKit/LayoutTests/http/tests/media/resources/load-video.php |
diff --git a/third_party/WebKit/LayoutTests/http/tests/media/resources/load-video.php b/third_party/WebKit/LayoutTests/http/tests/media/resources/load-video.php |
index 8f0e8eb80366812905369844543c1d5570601ea0..8e0bbb95871427e2c860abe4a0ba37e19c22cc32 100644 |
--- a/third_party/WebKit/LayoutTests/http/tests/media/resources/load-video.php |
+++ b/third_party/WebKit/LayoutTests/http/tests/media/resources/load-video.php |
@@ -3,11 +3,13 @@ |
$fileName = $_GET["name"]; |
$type = $_GET["type"]; |
$norange = $_GET["norange"]; |
+ $cors_allow_origin = $_GET["cors_allow_origin"]; |
$_GET = array(); |
$_GET['name'] = $fileName; |
$_GET['type'] = $type; |
$_GET['norange'] = $norange; |
+ $_GET['cors_allow_origin'] = $cors_allow_origin; |
@include("./serve-video.php"); |
?> |