Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt |
| index b321741becd2defc16c2bccd995900ed999dd8be..c56f5076f1516b1b7db95d39ac7aa45ec508659a 100644 |
| --- a/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt |
| +++ b/third_party/WebKit/LayoutTests/http/tests/inspector/resource-har-conversion-expected.txt |
| @@ -60,6 +60,7 @@ Page reloaded. |
| httpOnly : false |
| name : "a" |
| path : "/path" |
| + sameSite : undefined |
|
pfeldman
2016/04/01 22:04:08
Then we would omit default value here altogether.
Mike West
2016/04/05 08:07:08
Done.
|
| secure : false |
| value : "b" |
| } |
| @@ -69,6 +70,7 @@ Page reloaded. |
| httpOnly : false |
| name : "a1" |
| path : undefined |
| + sameSite : undefined |
| secure : false |
| value : "b1" |
| } |
| @@ -78,6 +80,7 @@ Page reloaded. |
| httpOnly : false |
| name : "c1" |
| path : undefined |
| + sameSite : undefined |
| secure : false |
| value : "d1" |
| } |
| @@ -104,6 +107,7 @@ Page reloaded. |
| httpOnly : true |
| name : "x" |
| path : "/path" |
| + sameSite : undefined |
| secure : true |
| value : "y" |
| } |
| @@ -113,6 +117,7 @@ Page reloaded. |
| httpOnly : false |
| name : "x1" |
| path : undefined |
| + sameSite : "Strict" |
| secure : false |
| value : "y1" |
| } |
| @@ -122,6 +127,7 @@ Page reloaded. |
| httpOnly : false |
| name : "z2" |
| path : undefined |
| + sameSite : "Lax" |
| secure : false |
| value : "y2" |
| } |