11 | | 3. Using browser dev tools, inspect the `body` element inside the `edit-site-visual-editor__editor-canvas` iframe. |
12 | | 4. Check that the styles are like 'expected' snippet below, with a simple `body` selector and not a `:root :where(body)` selector. |
13 | | |
14 | | ### Frontend styles |
15 | | 1. Click 'View site' to view the frontend |
16 | | 2. Insect the body element's styles |
17 | | 3. Check that the styles are like 'expected' snippet below, with a simple `body` selector and not a `:root :where(body)` selector. |
| 12 | 3. Click 'View site' to view the frontend |
| 13 | 4. Insect the body element's styles |
| 14 | 5. Check that the styles are like 'expected' snippet below, with a simple `body` selector and not a `:root :where(body)` selector. |