chromium/third_party/blink/web_tests/http/tests/inspector-protocol/storage/quota-set-twice-expected.txt

Tests that two quota messages are handled correctly.

Initial storage
{
  "usage": 0,
  "quota": 1073741824,
  "overrideActive": false
}
Applying override
{
  "usage": 0,
  "quota": 9100,
  "overrideActive": true
}