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..86ac99d7bd6bb4a0f69977824514188d431b5d80 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,12 @@ |
$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"); |
?> |