@@ -10,8 +10,8 @@ local-storage: {"rustdoc-theme": "light", "rustdoc-use-system-theme": "false"}
1010reload:
1111
1212assert-css: ("#toggle-all-docs", {"color": "rgb(0, 0, 0)"})
13- assert-css: (".fqn .in-band a:nth-of-type(1)", {"color": "rgb(0, 0, 0)"})
14- assert-css: (".fqn .in-band a:nth-of-type(2)", {"color": "rgb(173, 55, 138)"})
13+ assert-css: (".fqn a:nth-of-type(1)", {"color": "rgb(0, 0, 0)"})
14+ assert-css: (".fqn a:nth-of-type(2)", {"color": "rgb(173, 55, 138)"})
1515assert-css: (
1616 ".rightside .srclink",
1717 {"color": "rgb(56, 115, 173)", "text-decoration": "none solid rgb(56, 115, 173)"},
@@ -41,7 +41,7 @@ goto: file://|DOC_PATH|/test_docs/struct.HeavilyDocumentedStruct.html
4141assert-css: ("#top-doc-prose-title", {"color": "rgb(0, 0, 0)"})
4242
4343assert-css: (".sidebar a", {"color": "rgb(53, 109, 164)"})
44- assert-css: (".in-band a", {"color": "rgb(0, 0, 0)"})
44+ assert-css: ("h1.fqn a", {"color": "rgb(0, 0, 0)"})
4545
4646// We move the cursor over the "Implementations" title so the anchor is displayed.
4747move-cursor-to: "h2#implementations"
@@ -60,8 +60,8 @@ local-storage: {"rustdoc-theme": "dark", "rustdoc-use-system-theme": "false"}
6060goto: file://|DOC_PATH|/staged_api/struct.Foo.html
6161
6262assert-css: ("#toggle-all-docs", {"color": "rgb(221, 221, 221)"})
63- assert-css: (".fqn .in-band a:nth-of-type(1)", {"color": "rgb(221, 221, 221)"})
64- assert-css: (".fqn .in-band a:nth-of-type(2)", {"color": "rgb(45, 191, 184)"})
63+ assert-css: (".fqn a:nth-of-type(1)", {"color": "rgb(221, 221, 221)"})
64+ assert-css: (".fqn a:nth-of-type(2)", {"color": "rgb(45, 191, 184)"})
6565assert-css: (
6666 ".rightside .srclink",
6767 {"color": "rgb(210, 153, 29)", "text-decoration": "none solid rgb(210, 153, 29)"},
@@ -91,7 +91,7 @@ goto: file://|DOC_PATH|/test_docs/struct.HeavilyDocumentedStruct.html
9191assert-css: ("#top-doc-prose-title", {"color": "rgb(221, 221, 221)"})
9292
9393assert-css: (".sidebar a", {"color": "rgb(253, 191, 53)"})
94- assert-css: (".in-band a", {"color": "rgb(221, 221, 221)"})
94+ assert-css: ("h1.fqn a", {"color": "rgb(221, 221, 221)"})
9595
9696// We move the cursor over the "Implementations" title so the anchor is displayed.
9797move-cursor-to: "h2#implementations"
@@ -110,8 +110,8 @@ local-storage: {"rustdoc-theme": "ayu", "rustdoc-use-system-theme": "false"}
110110goto: file://|DOC_PATH|/staged_api/struct.Foo.html
111111
112112assert-css: ("#toggle-all-docs", {"color": "rgb(197, 197, 197)"})
113- assert-css: (".fqn .in-band a:nth-of-type(1)", {"color": "rgb(255, 255, 255)"})
114- assert-css: (".fqn .in-band a:nth-of-type(2)", {"color": "rgb(255, 160, 165)"})
113+ assert-css: (".fqn a:nth-of-type(1)", {"color": "rgb(255, 255, 255)"})
114+ assert-css: (".fqn a:nth-of-type(2)", {"color": "rgb(255, 160, 165)"})
115115assert-css: (
116116 ".rightside .srclink",
117117 {"color": "rgb(57, 175, 215)", "text-decoration": "none solid rgb(57, 175, 215)"},
@@ -141,7 +141,7 @@ goto: file://|DOC_PATH|/test_docs/struct.HeavilyDocumentedStruct.html
141141assert-css: ("#top-doc-prose-title", {"color": "rgb(255, 255, 255)"})
142142
143143assert-css: (".sidebar a", {"color": "rgb(83, 177, 219)"})
144- assert-css: (".in-band a", {"color": "rgb(255, 255, 255)"})
144+ assert-css: ("h1.fqn a", {"color": "rgb(255, 255, 255)"})
145145
146146// We move the cursor over the "Implementations" title so the anchor is displayed.
147147move-cursor-to: "h2#implementations"
0 commit comments