Chromium Code Reviews| 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
|