зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1364361 - Part 4: Add crashtest for a scrollable, multicol <details> element. r=bz
MozReview-Commit-ID: LtMSemTadR0 --HG-- extra : rebase_source : cb3f8c082e34a90226aa6bbd050a5423776dbf83
This commit is contained in:
Родитель
671a338aa9
Коммит
52a081595f
|
@ -0,0 +1,45 @@
|
|||
<!DOCTYPE html>
|
||||
<style>
|
||||
details {
|
||||
column-count: 3;
|
||||
column-width: 5em;
|
||||
background-color: yellow;
|
||||
overflow: scroll;
|
||||
width: 300px; height: 300px;
|
||||
}
|
||||
</style>
|
||||
<details>
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
abcde
|
||||
</details>
|
|
@ -652,5 +652,6 @@ load 1304441.html
|
|||
load 1316649.html
|
||||
load 1349650.html
|
||||
asserts-if(browserIsRemote,0-5) load 1349816-1.html # bug 1350352
|
||||
load 1364361-1.html
|
||||
load 1367413-1.html
|
||||
load 1368617-1.html
|
||||
|
|
Загрузка…
Ссылка в новой задаче