Bug 1305957 part 12 - Update web-platform-test expectations for scroll anchoring. r=hiro

Not all tests are passing with the initial implementation. Most are due to
differences between Gecko and Blink with regards to ScrollTop, ScrollLeft in
documents with writing-mode: vertical-rl. Some are due to issues in our anchor
node selection algorithm remaining.

Differential Revision: https://phabricator.services.mozilla.com/D13275

--HG--
extra : rebase_source : 4280a352ba1a2cf45c6734a75b6b343ef30d415a
extra : histedit_source : 75e5f5a7ef0b32e19b74515d00885eb88af99699
This commit is contained in:
Ryan Hunt 2018-11-21 22:29:52 -06:00
Родитель 6e75944d88
Коммит 99d438a584
21 изменённых файлов: 8 добавлений и 89 удалений

Просмотреть файл

@ -0,0 +1 @@
prefs: [layout.css.scroll-anchoring.enabled:true]

Просмотреть файл

@ -1,4 +0,0 @@
[abspos-containing-block-outside-scroller.html]
[Abs-pos descendant with containing block outside the scroller.]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[abspos-contributes-to-static-parent-bounds.html]
[Abs-pos with zero-height static parent.]
expected: FAIL

Просмотреть файл

@ -1,7 +0,0 @@
[ancestor-change-heuristic.html]
[Ancestor changes in document scroller.]
expected: FAIL
[Ancestor changes in scrollable <div>.]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[anchor-updates-after-explicit-scroll.html]
[Anchor node recomputed after an explicit scroll occurs.]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[anchoring-with-bounds-clamping-div.html]
[Anchoring combined with scroll bounds clamping in a <div>.]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[anchoring-with-bounds-clamping.html]
[Anchoring combined with scroll bounds clamping in the document.]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[anonymous-block-box.html]
[Anchor selection descent into anonymous block boxes.]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[basic.html]
[Minimal scroll anchoring example.]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[clipped-scrollers-skipped.html]
[Anchor selection with nested scrollers.]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[descend-into-container-with-float.html]
[Zero-height container with float.]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[descend-into-container-with-overflow.html]
[Zero-height container with visible overflow.]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[exclude-fixed-position.html]
[Fixed-position header.]
expected: FAIL

Просмотреть файл

@ -1,4 +0,0 @@
[inline-block.html]
[Anchor selection descent into inline blocks.]
expected: FAIL

Просмотреть файл

@ -1,4 +1,5 @@
[negative-layout-overflow.html]
[Anchor selection accounts for negative positioning.]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1517287

Просмотреть файл

@ -1,7 +0,0 @@
[opt-out.html]
[Disabled on document, enabled on div.]
expected: FAIL
[Enabled on document, disabled on div.]
expected: FAIL

Просмотреть файл

@ -1,7 +0,0 @@
[position-change-heuristic.html]
[Position changes in document scroller.]
expected: FAIL
[Position changes in scrollable <div>.]
expected: FAIL

Просмотреть файл

@ -1,19 +1,11 @@
[start-edge-in-block-layout-direction.html]
[Horizontal LTR.]
expected: FAIL
[Horizontal RTL.]
expected: FAIL
[Vertical-LR LTR.]
expected: FAIL
[Vertical-LR RTL.]
expected: FAIL
[Vertical-RL LTR.]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1447743
issue: https://github.com/w3c/csswg-drafts/issues/2704
[Vertical-RL RTL.]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1447743
issue: https://github.com/w3c/csswg-drafts/issues/2704

Просмотреть файл

@ -1,4 +0,0 @@
[subtree-exclusion.html]
[Subtree exclusion with overflow-anchor.]
expected: FAIL

Просмотреть файл

@ -1,4 +1,6 @@
[text-anchor-in-vertical-rl.html]
[Line at edge of scrollport shouldn't jump visually when content is inserted before]
expected: FAIL
bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1447743
issue: https://github.com/w3c/csswg-drafts/issues/2704

Просмотреть файл

@ -1,4 +0,0 @@
[wrapped-text.html]
[Anchoring with text wrapping changes.]
expected: FAIL