Commit 6caa627b authored by Sam Drew's avatar Sam Drew
Browse files

Updates to provide consistency

parent 7d18f5b1
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -816,17 +816,17 @@ Proposed ESR code: AAC

- **Assessment Objective:** Assess whether the product presents stores and enforces access according to Same Origin Policy.
- **Assessment Preparation:**
    - Identify two relevant websites for test hosted at different origins, that will generate storage data.
      - ***TODO***: Storage varieties; Storage contexts/keys;
    - Prepare tooling that will provide visibility into data available for a given context.
    - Clear all browser storage.
    - Website hosted on origin A, that will provide storage data.
    - Website hosted on origin B, that will provide storage data.
    - Reset browser to factory default settings.
- **Assessment Activities:**
    - Navigate to the first of the websites identified.
    - Navigate to the website on origin A.
    - Making use of tooling, verify the data is added to storage, and is available in the context.
    - Navigate to the second website.
    - Navigate to the website on origin B.
    - Verify that the data set when accessing the first site is unavailable in the new context. 
    - Verify that the data set when accessing the second site is available in the new context.
    - Navigate back to the first website.
    - Navigate back to the website on origin A.
    - Verify that the data set by the site is still available.
- **Assignment of Verdict:** 
    - When site adds data to storage it is available.