| 
1 |  | -// This test check that headers (a) have the correct heading level, (b) are the right size,  | 
 | 1 | +// This test checks that headers (a) have the correct heading level, (b) are the right size,  | 
2 | 2 | // and (c) have the correct underlining (or absence of underlining).  | 
3 | 3 | // The sizes may change as design changes, but try to make sure a lower header is never bigger than  | 
4 | 4 | // its parent headers. Also make sure lower headers don't have underlines when their parents lack  | 
@@ -67,25 +67,25 @@ assert-css: ("h4#top-doc-prose-sub-sub-heading", {"border-bottom-width": "1px"})  | 
67 | 67 | assert-css: ("h2#variants", {"font-size": "22.4px"})  | 
68 | 68 | assert-css: ("h2#variants", {"border-bottom-width": "1px"})  | 
69 | 69 | 
 
  | 
70 |  | -assert-css: ("h3#none-prose-title", {"font-size": "20.8px"})  | 
71 |  | -assert-css: ("h3#none-prose-title", {"border-bottom-width": "0px"})  | 
72 |  | -assert-css: ("h4#none-prose-sub-heading", {"font-size": "16px"})  | 
73 |  | -assert-css: ("h4#none-prose-sub-heading", {"border-bottom-width": "0px"})  | 
74 |  | - | 
75 |  | -assert-css: ("h3#wrapped-prose-title", {"font-size": "20.8px"})  | 
76 |  | -assert-css: ("h3#wrapped-prose-title", {"border-bottom-width": "0px"})  | 
77 |  | -assert-css: ("h4#wrapped-prose-sub-heading", {"font-size": "16px"})  | 
78 |  | -assert-css: ("h4#wrapped-prose-sub-heading", {"border-bottom-width": "0px"})  | 
79 |  | - | 
80 |  | -assert-css: ("h4#wrapped0-prose-title", {"font-size": "16px"})  | 
81 |  | -assert-css: ("h4#wrapped0-prose-title", {"border-bottom-width": "0px"})  | 
82 |  | -assert-css: ("h5#wrapped0-prose-sub-heading", {"font-size": "16px"})  | 
83 |  | -assert-css: ("h5#wrapped0-prose-sub-heading", {"border-bottom-width": "0px"})  | 
84 |  | - | 
85 |  | -assert-css: ("h4#structy-prose-title", {"font-size": "16px"})  | 
86 |  | -assert-css: ("h4#structy-prose-title", {"border-bottom-width": "0px"})  | 
87 |  | -assert-css: ("h5#structy-prose-sub-heading", {"font-size": "16px"})  | 
88 |  | -assert-css: ("h5#structy-prose-sub-heading", {"border-bottom-width": "0px"})  | 
 | 70 | +assert-css: ("h4#none-prose-title", {"font-size": "16px"})  | 
 | 71 | +assert-css: ("h4#none-prose-title", {"border-bottom-width": "0px"})  | 
 | 72 | +assert-css: ("h5#none-prose-sub-heading", {"font-size": "16px"})  | 
 | 73 | +assert-css: ("h5#none-prose-sub-heading", {"border-bottom-width": "0px"})  | 
 | 74 | + | 
 | 75 | +assert-css: ("h4#wrapped-prose-title", {"font-size": "16px"})  | 
 | 76 | +assert-css: ("h4#wrapped-prose-title", {"border-bottom-width": "0px"})  | 
 | 77 | +assert-css: ("h5#wrapped-prose-sub-heading", {"font-size": "16px"})  | 
 | 78 | +assert-css: ("h5#wrapped-prose-sub-heading", {"border-bottom-width": "0px"})  | 
 | 79 | + | 
 | 80 | +assert-css: ("h5#wrapped0-prose-title", {"font-size": "16px"})  | 
 | 81 | +assert-css: ("h5#wrapped0-prose-title", {"border-bottom-width": "0px"})  | 
 | 82 | +assert-css: ("h6#wrapped0-prose-sub-heading", {"font-size": "15.2px"})  | 
 | 83 | +assert-css: ("h6#wrapped0-prose-sub-heading", {"border-bottom-width": "0px"})  | 
 | 84 | + | 
 | 85 | +assert-css: ("h5#structy-prose-title", {"font-size": "16px"})  | 
 | 86 | +assert-css: ("h5#structy-prose-title", {"border-bottom-width": "0px"})  | 
 | 87 | +assert-css: ("h6#structy-prose-sub-heading", {"font-size": "15.2px"})  | 
 | 88 | +assert-css: ("h6#structy-prose-sub-heading", {"border-bottom-width": "0px"})  | 
89 | 89 | 
 
  | 
90 | 90 | assert-css: ("h2#implementations", {"font-size": "22.4px"})  | 
91 | 91 | assert-css: ("h2#implementations", {"border-bottom-width": "1px"})  | 
 | 
0 commit comments