File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ goto: file://|DOC_PATH|/staged_api/struct.Foo.html
33size: (400, 600)
44
55font-size: 18
6+ wait-for: 100 // wait a bit for the resize and the font-size change to be fully taken into account.
67
78// The out-of-band info (source, stable version, collapse) should be below the
89// h1 when the screen gets narrow enough.
@@ -18,10 +19,12 @@ assert-property: (".mobile-topbar h2.location", {"offsetHeight": 36})
1819assert-css: (".content .out-of-band .since::before", { "content": "\"Since \"" })
1920
2021size: (1000, 1000)
22+ wait-for: 100 // wait a bit for the resize to be fully taken into account.
2123assert-css-false: (".content .out-of-band .since::before", { "content": "\"Since \"" })
2224
2325// On the settings page, the theme buttons should not line-wrap. Instead, they should
2426// all be placed as a group on a line below the setting name "Theme."
2527goto: file://|DOC_PATH|/settings.html
2628size: (400, 600)
27- compare-elements-position-near-false: ("#preferred-light-theme .setting-name", "#preferred-light-theme .choice", {"y": 16})
29+ // Ignored for now https://github.com/rust-lang/rust/issues/93784.
30+ // compare-elements-position-near-false: ("#preferred-light-theme .setting-name", "#preferred-light-theme .choice", {"y": 16})
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments