Update web-platform-tests to revision ea14651f262003177d0ba5819bd2806a1327b12a

This commit is contained in:
WPT Sync Bot 2018-04-30 21:09:29 -04:00
parent 847115ba04
commit 816185f094
272 changed files with 5766 additions and 2855 deletions

View file

@ -0,0 +1,25 @@
[gradient-position-invalid.html]
[e.style['background-image'\] = "radial-gradient(at center left 1px, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at center top 2px, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at right 3% center, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at left 4px top, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at right top 5px, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at bottom 6% center, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at bottom 7% left, red, blue)" should not set the property value]
expected: FAIL
[e.style['background-image'\] = "radial-gradient(at bottom right 8%, red, blue)" should not set the property value]
expected: FAIL

View file

@ -0,0 +1,28 @@
[image-orientation-invalid.html]
[e.style['image-orientation'\] = "auto" should not set the property value]
expected: FAIL
[e.style['image-orientation'\] = "none" should not set the property value]
expected: FAIL
[e.style['image-orientation'\] = "0" should not set the property value]
expected: FAIL
[e.style['image-orientation'\] = "0 flip" should not set the property value]
expected: FAIL
[e.style['image-orientation'\] = "0deg from-image" should not set the property value]
expected: FAIL
[e.style['image-orientation'\] = "flip 0deg" should not set the property value]
expected: FAIL
[e.style['image-orientation'\] = "flip from-image" should not set the property value]
expected: FAIL
[e.style['image-orientation'\] = "from-image 0deg" should not set the property value]
expected: FAIL
[e.style['image-orientation'\] = "from-image flip" should not set the property value]
expected: FAIL

View file

@ -0,0 +1,4 @@
[image-orientation-valid.html]
[e.style['image-orientation'\] = "flip" should set the property value]
expected: FAIL

View file

@ -0,0 +1,7 @@
[image-rendering-valid.html]
[e.style['image-rendering'\] = "smooth" should set the property value]
expected: FAIL
[e.style['image-rendering'\] = "high-quality" should set the property value]
expected: FAIL

View file

@ -0,0 +1,16 @@
[image-resolution-invalid.html]
[e.style['image-resolution'\] = "auto" should not set the property value]
expected: FAIL
[e.style['image-resolution'\] = "100%" should not set the property value]
expected: FAIL
[e.style['image-resolution'\] = "2" should not set the property value]
expected: FAIL
[e.style['image-resolution'\] = "3dpi snap from-image" should not set the property value]
expected: FAIL
[e.style['image-resolution'\] = "from-image snap 4dppx" should not set the property value]
expected: FAIL

View file

@ -0,0 +1,16 @@
[object-fit-invalid.html]
[e.style['object-fit'\] = "auto" should not set the property value]
expected: FAIL
[e.style['object-fit'\] = "contain cover" should not set the property value]
expected: FAIL
[e.style['object-fit'\] = "fill scale-down" should not set the property value]
expected: FAIL
[e.style['object-fit'\] = "contain fill" should not set the property value]
expected: FAIL
[e.style['object-fit'\] = "cover none" should not set the property value]
expected: FAIL

View file

@ -0,0 +1,37 @@
[object-position-invalid.html]
[e.style['object-position'\] = "auto" should not set the property value]
expected: FAIL
[e.style['object-position'\] = "1px 2px 3px" should not set the property value]
expected: FAIL
[e.style['object-position'\] = "left right" should not set the property value]
expected: FAIL
[e.style['object-position'\] = "bottom 10% top 20%" should not set the property value]
expected: FAIL
[e.style['object-position'\] = "center left 1px" should not set the property value]
expected: FAIL
[e.style['object-position'\] = "center top 2px" should not set the property value]
expected: FAIL
[e.style['object-position'\] = "right 3% center" should not set the property value]
expected: FAIL
[e.style['object-position'\] = "left 4px top" should not set the property value]
expected: FAIL
[e.style['object-position'\] = "right top 5px" should not set the property value]
expected: FAIL
[e.style['object-position'\] = "bottom 6% center" should not set the property value]
expected: FAIL
[e.style['object-position'\] = "bottom 7% left" should not set the property value]
expected: FAIL
[e.style['object-position'\] = "bottom right 8%" should not set the property value]
expected: FAIL

View file

@ -0,0 +1,22 @@
[object-position-valid.html]
[e.style['object-position'\] = "10%" should set the property value]
expected: FAIL
[e.style['object-position'\] = "bottom 10% right 20%" should set the property value]
expected: FAIL
[e.style['object-position'\] = "bottom right" should set the property value]
expected: FAIL
[e.style['object-position'\] = "center left" should set the property value]
expected: FAIL
[e.style['object-position'\] = "left" should set the property value]
expected: FAIL
[e.style['object-position'\] = "top" should set the property value]
expected: FAIL
[e.style['object-position'\] = "top center" should set the property value]
expected: FAIL