Bug 1553680 - Read the Cookie response headers from a `white-space: pre' element so that any white-space in them would be preserved in the expectation value; r=baku

Differential Revision: https://phabricator.services.mozilla.com/D32239

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Ehsan Akhgari 2019-05-23 11:28:53 +00:00
parent 4d1fdc1226
commit 7a2bc82f23
3 changed files with 1 additions and 11 deletions

View File

@ -2,9 +2,6 @@
[chromium0009 - chromium0009]
expected: FAIL
[chromium0006 - chromium0006]
expected: FAIL
[chromium0012 - chromium0012]
expected: FAIL
@ -14,6 +11,3 @@
[chromium0010 - chromium0010]
expected: FAIL
[chromium0007 - chromium0007]
expected: FAIL

View File

@ -1,4 +0,0 @@
[value-tests.html]
[value0003 - value0003]
expected: FAIL

View File

@ -5,7 +5,7 @@
<title>Cookie Test Expectation Document</title>
</head>
<body>
<div id="data">{data}</div>
<div id="data" style="white-space: pre">{data}</div>
<script src="iframe-content-pushing.js"></script>
</body>
</html>