Title: [222193] trunk/LayoutTests
Revision
222193
Author
[email protected]
Date
2017-09-18 17:19:59 -0700 (Mon, 18 Sep 2017)

Log Message

Unreviewed test gardening for macOS.

* platform/mac-elcapitan/editing/mac/attributed-string/font-style-variant-effect-expected.txt: Copied from LayoutTests/platform/mac-sierra/editing/mac/attributed-string/font-style-variant-effect-expected.txt.
* platform/mac-sierra/editing/mac/attributed-string/font-style-variant-effect-expected.txt:
* platform/mac/TestExpectations:
* platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (222192 => 222193)


--- trunk/LayoutTests/ChangeLog	2017-09-18 23:44:29 UTC (rev 222192)
+++ trunk/LayoutTests/ChangeLog	2017-09-19 00:19:59 UTC (rev 222193)
@@ -1,3 +1,13 @@
+2017-09-18  Ryan Haddad  <[email protected]>
+
+        Unreviewed test gardening for macOS.
+
+        * platform/mac-elcapitan/editing/mac/attributed-string/font-style-variant-effect-expected.txt: Copied from LayoutTests/platform/mac-sierra/editing/mac/attributed-string/font-style-variant-effect-expected.txt.
+        * platform/mac-sierra/editing/mac/attributed-string/font-style-variant-effect-expected.txt:
+        * platform/mac/TestExpectations:
+        * platform/mac/fast/loader/file-url-mimetypes-3-expected.txt:
+        * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+
 2017-09-18  Per Arne Vollan  <[email protected]>
 
         Mark fast/css/display-contents-style-update.html as a failure on Windows.

Modified: trunk/LayoutTests/platform/mac/TestExpectations (222192 => 222193)


--- trunk/LayoutTests/platform/mac/TestExpectations	2017-09-18 23:44:29 UTC (rev 222192)
+++ trunk/LayoutTests/platform/mac/TestExpectations	2017-09-19 00:19:59 UTC (rev 222193)
@@ -1689,8 +1689,8 @@
 [ HighSierra+ ] media/video-orientation.html [ Failure ]
 
 # WebCryptoAPI features that enabled only for High Sierra/iOS 11
-imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.html [ Pass Failure ]
-imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https.html [ Pass Failure ]
+[ HighSierra+ ] imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/wrapKey_unwrapKey.worker.html [ Pass Failure ]
+[ HighSierra+ ] imported/w3c/web-platform-tests/WebCryptoAPI/wrapKey_unwrapKey/test_wrapKey_unwrapKey.https.html [ Pass Failure ]
 [ HighSierra+ ] crypto/subtle/rsa-pss-generate-export-key-jwk-sha1.html [ Pass ]
 [ HighSierra+ ] crypto/subtle/rsa-pss-generate-export-key-jwk-sha224.html [ Pass ]
 [ HighSierra+ ] crypto/subtle/rsa-pss-generate-export-key-jwk-sha256.html [ Pass ]

Modified: trunk/LayoutTests/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt (222192 => 222193)


--- trunk/LayoutTests/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt	2017-09-18 23:44:29 UTC (rev 222192)
+++ trunk/LayoutTests/platform/mac/fast/loader/file-url-mimetypes-3-expected.txt	2017-09-19 00:19:59 UTC (rev 222193)
@@ -92,7 +92,7 @@
 example-xltx.xltx has MIME type application/vnd.openxmlformats-officedocument.spreadsheetml.template
 example-xml.xml has MIME type application/xml
 example-xpm.xpm has MIME type image/x-xpixmap
-example-xsl.xsl has MIME type xslt+xml
+example-xsl.xsl has MIME type text/xml
 example-xwd.xwd has MIME type image/x-xwindowdump
 example-xyz.xyz has MIME type chemical/x-xyz
 example-y.y has MIME type text/plain

Modified: trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt (222192 => 222193)


--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2017-09-18 23:44:29 UTC (rev 222192)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt	2017-09-19 00:19:59 UTC (rev 222193)
@@ -528,6 +528,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryEntry').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').value is FileSystemDirectoryReader
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'FileSystemDirectoryReader').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').value is FileSystemEntry
 PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'FileSystemEntry').hasOwnProperty('set') is false
@@ -613,11 +618,6 @@
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAreaElement').configurable is true
-PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').value is HTMLAttachmentElement
-PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('get') is false
-PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').hasOwnProperty('set') is false
-PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').enumerable is false
-PASS Object.getOwnPropertyDescriptor(global, 'HTMLAttachmentElement').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').value is HTMLAudioElement
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'HTMLAudioElement').hasOwnProperty('set') is false
@@ -2388,6 +2388,11 @@
 PASS Object.getOwnPropertyDescriptor(global, 'UserMessageHandlersNamespace').hasOwnProperty('set') is false
 PASS Object.getOwnPropertyDescriptor(global, 'UserMessageHandlersNamespace').enumerable is false
 PASS Object.getOwnPropertyDescriptor(global, 'UserMessageHandlersNamespace').configurable is true
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').value is VRPose
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'VRPose').configurable is true
 PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').value is VTTCue
 PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').hasOwnProperty('get') is false
 PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').hasOwnProperty('set') is false

Copied: trunk/LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/font-style-variant-effect-expected.txt (from rev 222192, trunk/LayoutTests/platform/mac-sierra/editing/mac/attributed-string/font-style-variant-effect-expected.txt) (0 => 222193)


--- trunk/LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/font-style-variant-effect-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/mac-elcapitan/editing/mac/attributed-string/font-style-variant-effect-expected.txt	2017-09-19 00:19:59 UTC (rev 222193)
@@ -0,0 +1,50 @@
+Input:
+<i>italic</i>
+<span style="font-style: oblique">oblique</span>
+<span style="font-variant: small-caps">small-caps</span>
+<span style="font-effect: outline">outline</span>
+<span style="font-effect: emboss">emboss</span>
+
+Output:
+NSParagraphStyle:
+Alignment 4
+    LineSpacing: 0
+    ParagraphSpacing: 0
+    ParagraphSpacingBefore: 0
+    HeadIndent: 0
+    TailIndent: 0
+    FirstLineHeadIndent: 0
+    LineHeight: 0/0
+    LineHeightMultiple: 0
+    LineBreakMode: 0
+    Tabs: ()
+    DefaultTabInterval: 36
+    Blocks: (
+)
+    Lists: (
+)
+    BaseWritingDirection: 0
+    HyphenationFactor: 0
+    TighteningForTruncation: YES
+    HeaderLevel: 0
+[italic]
+    NSFont: Times-Italic 16.00 pt.
+    NSKern: 0pt
+    NSStrokeColor: NSCustomColorSpace sRGB IEC61966-2.1 colorspace 0 0 0 1
+    NSStrokeWidth: 0
+[ ]
+    NSFont: Times-Roman 16.00 pt.
+    NSKern: 0pt
+    NSStrokeColor: NSCustomColorSpace sRGB IEC61966-2.1 colorspace 0 0 0 1
+    NSStrokeWidth: 0
+[oblique]
+    NSFont: Times-Italic 16.00 pt.
+    NSKern: 0pt
+    NSStrokeColor: NSCustomColorSpace sRGB IEC61966-2.1 colorspace 0 0 0 1
+    NSStrokeWidth: 0
+[ small-caps outline emboss ]
+    NSFont: Times-Roman 16.00 pt.
+    NSKern: 0pt
+    NSStrokeColor: NSCustomColorSpace sRGB IEC61966-2.1 colorspace 0 0 0 1
+    NSStrokeWidth: 0
+

Modified: trunk/LayoutTests/platform/mac-sierra/editing/mac/attributed-string/font-style-variant-effect-expected.txt (222192 => 222193)


--- trunk/LayoutTests/platform/mac-sierra/editing/mac/attributed-string/font-style-variant-effect-expected.txt	2017-09-18 23:44:29 UTC (rev 222192)
+++ trunk/LayoutTests/platform/mac-sierra/editing/mac/attributed-string/font-style-variant-effect-expected.txt	2017-09-19 00:19:59 UTC (rev 222193)
@@ -42,9 +42,19 @@
     NSKern: 0pt
     NSStrokeColor: NSCustomColorSpace sRGB IEC61966-2.1 colorspace 0 0 0 1
     NSStrokeWidth: 0
-[ small-caps outline emboss ]
+[ ]
     NSFont: Times-Roman 16.00 pt.
     NSKern: 0pt
     NSStrokeColor: NSCustomColorSpace sRGB IEC61966-2.1 colorspace 0 0 0 1
     NSStrokeWidth: 0
+[small-caps]
+    NSFont: Times-Roman 16.00 pt.
+    NSKern: 0pt
+    NSStrokeColor: NSCustomColorSpace sRGB IEC61966-2.1 colorspace 0 0 0 1
+    NSStrokeWidth: 0
+[ outline emboss ]
+    NSFont: Times-Roman 16.00 pt.
+    NSKern: 0pt
+    NSStrokeColor: NSCustomColorSpace sRGB IEC61966-2.1 colorspace 0 0 0 1
+    NSStrokeWidth: 0
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to