Title: [264446] trunk/LayoutTests
Revision
264446
Author
ryanhad...@apple.com
Date
2020-07-15 21:05:29 -0700 (Wed, 15 Jul 2020)

Log Message

Unreviewed test gardening, add iOS baseliens for tests re-synced in r264427 and r264432.

* platform/ios/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added.
* platform/ios/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt: Added.

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (264445 => 264446)


--- trunk/LayoutTests/ChangeLog	2020-07-16 03:55:38 UTC (rev 264445)
+++ trunk/LayoutTests/ChangeLog	2020-07-16 04:05:29 UTC (rev 264446)
@@ -1,3 +1,10 @@
+2020-07-15  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed test gardening, add iOS baseliens for tests re-synced in r264427 and r264432.
+
+        * platform/ios/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt: Added.
+        * platform/ios/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt: Added.
+
 2020-07-15  Simon Fraser  <simon.fra...@apple.com>
 
         [ iOS WK2 Release ] fast/scrolling/ios/non-invertible-transformed-scroller-ancestor.html is a flaky failure

Added: trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt (0 => 264446)


--- trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/mediacapture-streams/MediaStream-MediaElement-srcObject.https-expected.txt	2020-07-16 04:05:29 UTC (rev 264446)
@@ -0,0 +1,28 @@
+When prompted, accept to share your video stream.
+
+Description
+
+This test checks that the MediaStream object returned by the success callback in getUserMedia can be properly assigned to a video element via the srcObject attribute.
+
+
+
+Harness Error (TIMEOUT), message = null
+
+PASS Tests that a MediaStream can be assigned to a video element with srcObject 
+PASS Tests that a MediaStream assigned to a video element is not seekable 
+PASS Tests that a MediaStream assigned to a video element is in readyState HAVE_NOTHING initially 
+TIMEOUT Tests that a MediaStream assigned to a video element has expected duration Test timed out
+NOTRUN Tests that a video element with a MediaStream assigned is not preloaded 
+NOTRUN Tests that a video element with a MediaStream assigned ignores playbackRate attributes (defaultPlaybackRate is identical) 
+NOTRUN Tests that a video element with a MediaStream assigned ignores playbackRate attributes (defaultPlaybackRate is different) 
+NOTRUN Tests that a media element with an assigned MediaStream reports the played attribute as expected 
+NOTRUN Tests that a media element with an assigned MediaStream reports the currentTime attribute as expected 
+NOTRUN Tests that a media element with an assigned MediaStream starts its timeline at 0 regardless of when the MediaStream was created 
+NOTRUN Tests that a media element with an assigned MediaStream does not advance currentTime while paused 
+NOTRUN Tests that a media element with an assigned MediaStream does not start advancing currentTime until potentially playing 
+NOTRUN Tests that the loop attribute has no effect on a media element with an assigned MediaStream 
+NOTRUN Tests that a media element with an assigned MediaStream ends when the MediaStream becomes inactive through tracks ending 
+NOTRUN Tests that an audio element with an assigned MediaStream ends when the MediaStream becomes inaudible through audio tracks ending 
+NOTRUN Tests that a media element with an assigned MediaStream ends when the MediaStream becomes inactive through track removal 
+NOTRUN Tests that an audio element with an assigned MediaStream ends when the MediaStream becomes inaudible through track removal 
+

Added: trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt (0 => 264446)


--- trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/ios/imported/w3c/web-platform-tests/resize-observer/svg-expected.txt	2020-07-16 04:05:29 UTC (rev 264446)
@@ -0,0 +1,26 @@
+ResizeObserver svg tests
+
+Here is a paragraph that requires word wrap
+
+svg text tag
+
+PASS ResizeObserver implemented 
+PASS guard 
+PASS test0: observe svg:circle 
+PASS test1: observe svg:ellipse 
+PASS test2: observe svg:foreignObject 
+PASS test3: observe svg:image 
+PASS test4: observe svg:line 
+PASS test5: observe svg:path 
+PASS test6: observe svg:polygon 
+PASS test7: observe svg:polyline 
+PASS test8: observe svg:rect 
+PASS test9: observe svg:text 
+PASS test10: observe svg:svg, top/left is 0 even with padding 
+PASS test11: observe svg non-displayable element 
+FAIL test12: observe svg:rect content box undefined is not an object (evaluating 'entries[0].contentBoxSize[0]')
+FAIL test13: observe svg:rect border box undefined is not an object (evaluating 'entries[0].contentBoxSize[0]')
+FAIL test14: observe g:rect content and border box undefined is not an object (evaluating 'entries[0].contentBoxSize[0]')
+FAIL test15: observe svg:text content and border box undefined is not an object (evaluating 'entries[0].contentBoxSize[0]')
+FAIL test16: observe g:rect content, border and device-pixel-content boxes undefined is not an object (evaluating 'entries[0].contentBoxSize[0]')
+
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to