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

Unified Diff: content/test/data/set_httponly_cookie.html

Issue 1714013002: Load cookies once per 'document.cookie' read (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@reallyonce
Patch Set: Created 4 years, 10 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: content/test/data/set_httponly_cookie.html
diff --git a/third_party/WebKit/LayoutTests/fast/html/imports/resources/nest-dup-child.html b/content/test/data/set_httponly_cookie.html
similarity index 53%
copy from third_party/WebKit/LayoutTests/fast/html/imports/resources/nest-dup-child.html
copy to content/test/data/set_httponly_cookie.html
index 090ca6e62b4306d4dd53aea4dd2e19f1766b7463..95703b2d9c1f2be442cded27226bf1eae55294eb 100644
--- a/third_party/WebKit/LayoutTests/fast/html/imports/resources/nest-dup-child.html
+++ b/content/test/data/set_httponly_cookie.html
@@ -1,11 +1,10 @@
<!DOCTYPE html>
<html>
<head>
+<title>Loading...</title>
<script>
-start();
-</script>
-<script>
-end();
+ document.title = "Loaded";
</script>
</head>
</html>
+
mmenke 2016/02/19 17:34:42 I don't think any of this file is needed. The tes

Powered by Google App Engine
This is Rietveld 408576698