diff options
| author | Stefan Schindler <dns2utf8@estada.ch> | 2021-06-24 14:30:01 +0200 |
|---|---|---|
| committer | Stefan Schindler <dns2utf8@estada.ch> | 2021-06-28 21:46:05 +0200 |
| commit | 0f2e137353c15fc544bbfdfe4957d00d92a8ab90 (patch) | |
| tree | a5673a58dab29232c3979a64ae58e24a3e2b93d3 /src/test/rustdoc/issue-32374.rs | |
| parent | a48d9d1c493f98ff1c484578bf1b3facb7f39cf1 (diff) | |
| download | rust-0f2e137353c15fc544bbfdfe4957d00d92a8ab90.tar.gz rust-0f2e137353c15fc544bbfdfe4957d00d92a8ab90.zip | |
Add test for item-table with resize to mobile
Diffstat (limited to 'src/test/rustdoc/issue-32374.rs')
| -rw-r--r-- | src/test/rustdoc/issue-32374.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/rustdoc/issue-32374.rs b/src/test/rustdoc/issue-32374.rs index 604451eb7e8..4e92ae49a20 100644 --- a/src/test/rustdoc/issue-32374.rs +++ b/src/test/rustdoc/issue-32374.rs @@ -3,9 +3,9 @@ #![unstable(feature="test", issue = "32374")] -// @matches issue_32374/index.html '//*[@class="item-right docblock-short"]/span[@class="stab deprecated"]' \ +// @matches issue_32374/index.html '//*[@class="item-left unstable deprecated module-item"]/span[@class="stab deprecated"]' \ // 'Deprecated' -// @matches issue_32374/index.html '//*[@class="item-right docblock-short"]/span[@class="stab unstable"]' \ +// @matches issue_32374/index.html '//*[@class="item-left unstable deprecated module-item"]/span[@class="stab unstable"]' \ // 'Experimental' // @matches issue_32374/index.html '//*[@class="item-right docblock-short"]/text()' 'Docs' |
