about summary refs log tree commit diff
path: root/src/test/rustdoc/inline_cross
diff options
context:
space:
mode:
authorStefan Schindler <dns2utf8@estada.ch>2021-06-18 00:33:42 +0200
committerStefan Schindler <dns2utf8@estada.ch>2021-06-24 16:46:15 +0200
commit94c84bd72a0fd9c9e0dbcff43c21e6a862cae6cf (patch)
treef7cb5b995f3eddde762cb90afe24e42c59fb3056 /src/test/rustdoc/inline_cross
parentcc9ef7d8a8750d0604b7fd93fa71b1659507ea2d (diff)
downloadrust-94c84bd72a0fd9c9e0dbcff43c21e6a862cae6cf.tar.gz
rust-94c84bd72a0fd9c9e0dbcff43c21e6a862cae6cf.zip
Migrate from custom elements to divs with classes to be compatible with safari
Diffstat (limited to 'src/test/rustdoc/inline_cross')
-rw-r--r--src/test/rustdoc/inline_cross/macros.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc/inline_cross/macros.rs b/src/test/rustdoc/inline_cross/macros.rs
index f9bf982659e..601797fd64c 100644
--- a/src/test/rustdoc/inline_cross/macros.rs
+++ b/src/test/rustdoc/inline_cross/macros.rs
@@ -7,8 +7,8 @@
 
 extern crate macros;
 
-// @has foo/index.html '//*[@class="docblock-short"]/span[@class="stab deprecated"]' Deprecated
-// @has - '//*[@class="docblock-short"]/span[@class="stab unstable"]' Experimental
+// @has foo/index.html '//*[@class="item-right docblock-short"]/span[@class="stab deprecated"]' Deprecated
+// @has - '//*[@class="item-right docblock-short"]/span[@class="stab unstable"]' Experimental
 
 // @has foo/macro.my_macro.html
 // @has - '//*[@class="docblock"]' 'docs for my_macro'