Title: [225626] trunk/LayoutTests
Revision
225626
Author
[email protected]
Date
2017-12-07 07:36:37 -0800 (Thu, 07 Dec 2017)

Log Message

Update imported/w3c/web-platform-tests/css/css-pseudo-4/marker-font-properties.html from upstream.
https://bugs.webkit.org/show_bug.cgi?id=177362

Unreviewed test gardening.

LayoutTests/imported/w3c:


* web-platform-tests/css/css-pseudo-4/marker-font-properties-expected.html:
* web-platform-tests/css/css-pseudo-4/marker-font-properties.html:

LayoutTests:

This makes it pass on GTK and WPE (at least locally).


* platform/gtk/TestExpectations:
* platform/wpe/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (225625 => 225626)


--- trunk/LayoutTests/ChangeLog	2017-12-07 13:27:53 UTC (rev 225625)
+++ trunk/LayoutTests/ChangeLog	2017-12-07 15:36:37 UTC (rev 225626)
@@ -1,5 +1,17 @@
 2017-12-07  Ms2ger  <[email protected]>
 
+        Update imported/w3c/web-platform-tests/css/css-pseudo-4/marker-font-properties.html from upstream.
+        https://bugs.webkit.org/show_bug.cgi?id=177362
+
+        Unreviewed test gardening.
+
+        This makes it pass on GTK and WPE (at least locally).
+
+        * platform/gtk/TestExpectations:
+        * platform/wpe/TestExpectations:
+
+2017-12-07  Ms2ger  <[email protected]>
+
         [GTK] Enable imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html.
         https://bugs.webkit.org/show_bug.cgi?id=168799
 

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (225625 => 225626)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2017-12-07 13:27:53 UTC (rev 225625)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2017-12-07 15:36:37 UTC (rev 225626)
@@ -1,3 +1,13 @@
+2017-12-07  Ms2ger  <[email protected]>
+
+        Update imported/w3c/web-platform-tests/css/css-pseudo-4/marker-font-properties.html from upstream.
+        https://bugs.webkit.org/show_bug.cgi?id=177362
+
+        Unreviewed test gardening.
+
+        * web-platform-tests/css/css-pseudo-4/marker-font-properties-expected.html:
+        * web-platform-tests/css/css-pseudo-4/marker-font-properties.html:
+
 2017-12-06  Youenn Fablet  <[email protected]>
 
         Import WPT workers test suite

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-pseudo-4/marker-font-properties-expected.html (225625 => 225626)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-pseudo-4/marker-font-properties-expected.html	2017-12-07 13:27:53 UTC (rev 225625)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-pseudo-4/marker-font-properties-expected.html	2017-12-07 15:36:37 UTC (rev 225626)
@@ -5,6 +5,10 @@
 <title>CSS Test: ::marker formatting with font properties reference file</title>
 <link rel="author" title="Daniel Bates" href=""
 <style>
+ol {
+    line-height: 30px;
+}
+
 li {
     font-family: sans-serif;
     font-size: 24px;

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-pseudo-4/marker-font-properties.html (225625 => 225626)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-pseudo-4/marker-font-properties.html	2017-12-07 13:27:53 UTC (rev 225625)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-pseudo-4/marker-font-properties.html	2017-12-07 15:36:37 UTC (rev 225626)
@@ -8,6 +8,10 @@
 <link rel="help" href=""
 <meta name="assert" content="Tests ::marker rendering with font properties">
 <style>
+ol {
+    line-height: 30px;
+}
+
 li {
     list-style-type: lower-alpha;
 }

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (225625 => 225626)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-12-07 13:27:53 UTC (rev 225625)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-12-07 15:36:37 UTC (rev 225626)
@@ -3290,8 +3290,6 @@
 
 webkit.org/b/177319 imported/w3c/web-platform-tests/html/semantics/forms/the-form-element/form-elements-filter.html [ Failure ]
 
-webkit.org/b/177362 imported/w3c/web-platform-tests/css/css-pseudo-4/marker-font-properties.html [ ImageOnlyFailure ]
-
 webkit.org/b/175661 inspector/worker/resources-in-worker.html [ Failure ]
 
 webkit.org/b/175662 inspector/canvas/recording-2d.html [ Failure ]

Modified: trunk/LayoutTests/platform/wpe/TestExpectations (225625 => 225626)


--- trunk/LayoutTests/platform/wpe/TestExpectations	2017-12-07 13:27:53 UTC (rev 225625)
+++ trunk/LayoutTests/platform/wpe/TestExpectations	2017-12-07 15:36:37 UTC (rev 225626)
@@ -231,7 +231,6 @@
 # ========
 imported/w3c/web-platform-tests/css/css-grid-1/grid-items/grid-items-sizing-alignment-001.html [ Pass ]
 
-webkit.org/b/177362 imported/w3c/web-platform-tests/css/css-pseudo-4/marker-font-properties.html [ ImageOnlyFailure ]
 imported/w3c/web-platform-tests/css/css-pseudo-4/first-letter-002.html [ Pass ]
 imported/w3c/web-platform-tests/css/css-pseudo-4/first-letter-003.html [ Pass ]
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to