| 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 7052a20c4cc365d0e296163630a8ad3be9cedf2c..cf4e2f67146fda234052204146f2e57279e50afd 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
|
| @@ -59,6 +59,7 @@ Page reloaded.
|
| httpOnly : false
|
| name : "a"
|
| path : "/path"
|
| + sameSite : undefined
|
| secure : false
|
| value : "b"
|
| }
|
| @@ -68,6 +69,7 @@ Page reloaded.
|
| httpOnly : false
|
| name : "a1"
|
| path : undefined
|
| + sameSite : undefined
|
| secure : false
|
| value : "b1"
|
| }
|
| @@ -77,6 +79,7 @@ Page reloaded.
|
| httpOnly : false
|
| name : "c1"
|
| path : undefined
|
| + sameSite : undefined
|
| secure : false
|
| value : "d1"
|
| }
|
| @@ -103,6 +106,7 @@ Page reloaded.
|
| httpOnly : true
|
| name : "x"
|
| path : "/path"
|
| + sameSite : undefined
|
| secure : true
|
| value : "y"
|
| }
|
| @@ -112,6 +116,7 @@ Page reloaded.
|
| httpOnly : false
|
| name : "x1"
|
| path : undefined
|
| + sameSite : "Strict"
|
| secure : false
|
| value : "y1"
|
| }
|
| @@ -121,6 +126,7 @@ Page reloaded.
|
| httpOnly : false
|
| name : "z2"
|
| path : undefined
|
| + sameSite : "Lax"
|
| secure : false
|
| value : "y2"
|
| }
|
|
|