<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>196199</bug_id>
          
          <creation_ts>2019-03-25 03:40:45 -0700</creation_ts>
          <short_desc>[GTK] [WPE] Regression in http/tests/IndexedDB/storage-limit-1.https.html</short_desc>
          <delta_ts>2019-05-02 06:15:56 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Diego Pino">dpino</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>magomez</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1520832</commentid>
    <comment_count>0</comment_count>
    <who name="Diego Pino">dpino</who>
    <bug_when>2019-03-25 03:40:45 -0700</bug_when>
    <thetext>Likely this regression was introduced in r243339 (Cache API and IDB space usages should be initialized on first quota check https://bugs.webkit.org/show_bug.cgi?id=195707). It has been failing since then onwards.

--- /WebKit/WebKitBuild/Release/layout-test-results/http/tests/IndexedDB/storage-limit-1.https-expected.txt
+++ /WebKit/WebKitBuild/Release/layout-test-results/http/tests/IndexedDB/storage-limit-1.https-actual.txt
@@ -12,10 +12,9 @@
 db = event.target.result
 store = db.transaction(&apos;store&apos;, &apos;readwrite&apos;).objectStore(&apos;store&apos;)
 request = store.add(new Uint8Array(300 * 1024), &apos;key&apos;)
-PASS &apos;error&apos; in request is true
-PASS request.error.code is DOMException.QUOTA_EXCEEDED_ERR
-PASS request.error.name is &quot;QuotaExceededError&quot;
+FAIL Add operation should fail because storage limit is reached, but succeeded.
 PASS successfullyParsed is true
+Some tests failed.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1532252</commentid>
    <comment_count>1</comment_count>
    <who name="Miguel Gomez">magomez</who>
    <bug_when>2019-05-02 06:15:56 -0700</bug_when>
    <thetext>This has started to pass reliably since some revision between r243889 and r243922. Closing bug and updating expectations.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>