1 Tests the hide shortcut, which toggles visibility:hidden on the node and it's ancestors. Bug 110641
9 Running: testToggleHideShortcutOn
10 === Added hide shortcut ===
11 === Parent node is hidden ===
13 === Child node is hidden ===
16 Running: testToggleHideShortcutOff
17 === Removed hide shortcut ===
18 === Parent node is visible ===
20 === Child node is visible ===
23 Running: testToggleHideBeforePseudoShortcutOn
24 ::before node visibility: 'hidden'
26 Running: testToggleHideAfterPseudoShortcutOn
27 ::after node visibility: 'hidden'
29 Running: testToggleHideBeforePseudoShortcutOff
30 ::before node visibility: 'visible'
32 Running: testToggleHideAfterPseudoShortcutOff
33 ::after node visibility: 'visible'
35 Running: testToggleHideShortcutOnInFrame
36 === Added hide shortcut in frame ===
37 === Frame node is hidden ===