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

Unified Diff: LayoutTests/http/tests/linkHeader/link-header-no-crash-space-invalid.php

Issue 876633009: Revert of Add a parser for Link headers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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: LayoutTests/http/tests/linkHeader/link-header-no-crash-space-invalid.php
diff --git a/LayoutTests/http/tests/linkHeader/link-header-no-crash-space-invalid.php b/LayoutTests/http/tests/linkHeader/link-header-no-crash-space-invalid.php
deleted file mode 100644
index 9b1b2ad3bab869a57a24448a374b4033e8d43770..0000000000000000000000000000000000000000
--- a/LayoutTests/http/tests/linkHeader/link-header-no-crash-space-invalid.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-header("Link: </images/cat.jpg> wut=sup ; rel =prefetch \t ;");
-?>
-<!DOCTYPE html>
-<script>
-if (window.testRunner)
- testRunner.dumpAsText();
-</script>
-This test passes if we didn't crash.

Powered by Google App Engine
This is Rietveld 408576698