File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ // This test ensures that the type declaration content overflow is handled inside the <pre> directly.
2
+ goto: file://|DOC_PATH|/lib2/long_table/struct.Foo.html
3
+ // We set a fixed size so there is no chance of "random" resize.
4
+ size: (1100, 800)
5
+ // Logically, the ".docblock" and the "<p>" should have the same scroll width.
6
+ compare-elements-property: (".top-doc .docblock", ".top-doc .docblock > p", ["scrollWidth"])
7
+ assert-property: (".top-doc .docblock", {"scrollWidth": "816"})
8
+ // However, since there is overflow in the <table>, its scroll width is bigger.
9
+ assert-property: (".top-doc .docblock table", {"scrollWidth": "1573"})
Original file line number Diff line number Diff line change @@ -54,3 +54,12 @@ pub mod long_trait {
54
54
pub trait ALongNameBecauseItHelpsTestingTheCurrentProblem : DerefMut < Target = u32 >
55
55
+ From < u128 > + Send + Sync + AsRef < str > + ' static { }
56
56
}
57
+
58
+ pub mod long_table {
59
+ /// | This::is::a::kinda::very::long::header::number::one | This::is::a::kinda::very::long::header::number::two | This::is::a::kinda::very::long::header::number::one | This::is::a::kinda::very::long::header::number::two |
60
+ /// | ----------- | ----------- | ----------- | ----------- |
61
+ /// | This::is::a::kinda::long::content::number::one | This::is::a::kinda::very::long::content::number::two | This::is::a::kinda::long::content::number::one | This::is::a::kinda::very::long::content::number::two |
62
+ ///
63
+ /// I wanna sqdkfnqds f dsqf qds f dsqf dsq f dsq f qds f qds f qds f dsqq f dsf sqdf dsq fds f dsq f dq f ds fq sd fqds f dsq f sqd fsq df sd fdsqfqsd fdsq f dsq f dsqfd s dfq
64
+ pub struct Foo ;
65
+ }
You can’t perform that action at this time.
0 commit comments