tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

host-has-shadow-tree-element-at-subject-position.html.ini (1153B)


      1 [host-has-shadow-tree-element-at-subject-position.html]
      2  [Add .descendant to #shadow_child]
      3    expected: FAIL
      4 
      5  [Add .descendant to #shadow_descendant]
      6    expected: FAIL
      7 
      8  [Add .ancestor to #shadow_child:has(.descendant)]
      9    expected: FAIL
     10 
     11  [Remove .ancestor from #shadow_child:has(.descendant)]
     12    expected: FAIL
     13 
     14  [Add .child to #shadow_child:has(.descendant)]
     15    expected: FAIL
     16 
     17  [Remove .child from #shadow_child:has(.descendant)]
     18    expected: FAIL
     19 
     20  [Add .child to #shadow_child]
     21    expected: FAIL
     22 
     23  [Add .grand_child to #shadow_descendant]
     24    expected: FAIL
     25 
     26  [Add .host_context to #host]
     27    expected: FAIL
     28 
     29  [Add .descendant to #shadow_descendant.grand_child]
     30    expected: FAIL
     31 
     32  [Remove .descendant from #shadow_descendant.grand_child]
     33    expected: FAIL
     34 
     35  [Remove .grand_child from #shadow_descendant]
     36    expected: FAIL
     37 
     38  [Insert #first_child.descendant to shadow root]
     39    expected: FAIL
     40 
     41  [Insert #last_child.descendant to shadow root]
     42    expected: FAIL
     43 
     44  [Insert #child_in_middle.descendant before #shadow_child]
     45    expected: FAIL
     46 
     47  [Insert #grand_child.descendant before #shadow_descendant]
     48    expected: FAIL