Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317

This commit is contained in:
Josh Matthews 2018-01-04 13:44:24 -05:00
parent aa199307c8
commit 2b6f573eb5
3440 changed files with 109438 additions and 41750 deletions

View file

@ -0,0 +1,43 @@
[abspos-dialog-layout.html]
[showModal() should center in the viewport]
expected: FAIL
[The dialog is a positioned element, so the top and bottom should not have style auto.]
expected: FAIL
[Dialog should be recentered if showModal() is called after close()]
expected: FAIL
[Dialog should not recenter on relayout.]
expected: FAIL
[A tall dialog should be positioned at the top of the viewport.]
expected: FAIL
[The dialog should be centered regardless of the presence of a horizontal scrollbar.]
expected: FAIL
[Centering should work when dialog is inside positioned containers.]
expected: FAIL
[A centered dialog's position should survive becoming display:none temporarily.]
expected: FAIL
[Dialog should lose centering when removed from the document.]
expected: FAIL
[Dialog's specified position should survive after close() and showModal().]
expected: FAIL
[Dialog should be recentered if showModal() is called after removing 'open'.]
expected: FAIL
[Dialog should not be centered if showModal() was called when an ancestor had display 'none'.]
expected: FAIL
[A dialog with specified 'top' should be positioned as usual]
expected: FAIL
[A dialog with specified 'bottom' should be positioned as usual]
expected: FAIL

View file

@ -0,0 +1,4 @@
[dialog-scrolled-viewport.html]
[Tests modal dialog's containing block is the initial containing block]
expected: FAIL

View file

@ -0,0 +1,4 @@
[inert-does-not-match-disabled-selector.html]
[Tests inert elements do not match the :disabled selector.]
expected: FAIL

View file

@ -0,0 +1,4 @@
[inert-node-is-unfocusable.html]
[Test that inert nodes are not focusable.]
expected: FAIL