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

Unified Diff: LayoutTests/http/tests/cache/content-type-ignored-during-revalidation-expected.txt

Issue 23591029: Revalidation header blacklisting should be case-insensitive. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: No copies. Created 7 years, 3 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/cache/content-type-ignored-during-revalidation-expected.txt
diff --git a/LayoutTests/http/tests/cache/content-type-ignored-during-revalidation-expected.txt b/LayoutTests/http/tests/cache/content-type-ignored-during-revalidation-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..f47a974304ff9f10e1c9e07e0a4cbb2cdbb5f8f4
--- /dev/null
+++ b/LayoutTests/http/tests/cache/content-type-ignored-during-revalidation-expected.txt
@@ -0,0 +1,10 @@
+Certain headers (such as 'content-type') ought to be ignored when resources like stylesheets are revalidated via a 304 response.
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS window.getComputedStyle(document.getElementById('test')).backgroundColor is "rgb(0, 255, 0)"
+PASS successfullyParsed is true
+
+TEST COMPLETE
+This div should have a green background.

Powered by Google App Engine
This is Rietveld 408576698