WebKit Bugzilla
Attachment 359984 Details for
Bug 193738
: Try to fix imported/w3c/web-platform-tests/css/css-display/run-in/quotes-applies-to-011.xht
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-193738-20190123204745.patch (text/plain), 3.32 KB, created by
Michael Catanzaro
on 2019-01-23 18:47:46 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Michael Catanzaro
Created:
2019-01-23 18:47:46 PST
Size:
3.32 KB
patch
obsolete
>Subversion Revision: 240401 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index 2e64b30445627c82559a25f4fc465912458ccfb5..cfbdf5cd7cce8e4859c9cd28f3d682c8bca2a52c 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,14 @@ >+2019-01-23 Michael Catanzaro <mcatanzaro@igalia.com> >+ >+ Try to fix imported/w3c/web-platform-tests/css/css-display/run-in/quotes-applies-to-011.xht >+ https://bugs.webkit.org/show_bug.cgi?id=193738 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Remove failure expectation. >+ >+ * TestExpectations: >+ > 2019-01-23 Oriol Brufau <obrufau@igalia.com> > > Allow failures in flaky tests from bug 193657 >diff --git a/LayoutTests/imported/w3c/ChangeLog b/LayoutTests/imported/w3c/ChangeLog >index e771668d5312d6c6b9db8ba1f54b64300bf9c543..9a2ddac4a714a78a86cb2264aaa7487b3b0f3252 100644 >--- a/LayoutTests/imported/w3c/ChangeLog >+++ b/LayoutTests/imported/w3c/ChangeLog >@@ -1,3 +1,15 @@ >+2019-01-23 Michael Catanzaro <mcatanzaro@igalia.com> >+ >+ Try to fix imported/w3c/web-platform-tests/css/css-display/run-in/quotes-applies-to-011.xht >+ https://bugs.webkit.org/show_bug.cgi?id=193738 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ This reftest is failing for GTK since we switched to complex text because the "PASS" printed >+ by the -expected.html now uses kerning, so try disable the kerning. >+ >+ * web-platform-tests/css/css-display/run-in/quotes-applies-to-011-expected.html: >+ > 2019-01-23 Oriol Brufau <obrufau@igalia.com> > > [css-logical] Implement flow-relative inset properties >diff --git a/LayoutTests/TestExpectations b/LayoutTests/TestExpectations >index 4df547b03ac2ac9414364d722b24b4764b429c08..0ee83b581222cb9f59adbdb4b3ba6f0dceddd051 100644 >--- a/LayoutTests/TestExpectations >+++ b/LayoutTests/TestExpectations >@@ -2802,7 +2802,6 @@ imported/w3c/web-platform-tests/css/css-display/run-in/run-in-inline-block-betwe > imported/w3c/web-platform-tests/css/css-display/run-in/run-in-fixedpos-between-001.xht [ ImageOnlyFailure ] > imported/w3c/web-platform-tests/css/css-pseudo/placeholder-input-number.html [ ImageOnlyFailure ] > imported/w3c/web-platform-tests/css/css-text-decor/text-emphasis-position-below-right-002.xht [ ImageOnlyFailure ] >-imported/w3c/web-platform-tests/css/css-display/run-in/quotes-applies-to-011.xht [ ImageOnlyFailure ] > imported/w3c/web-platform-tests/css/css-text/overflow-wrap/overflow-wrap-min-content-size-001.html [ ImageOnlyFailure ] > imported/w3c/web-platform-tests/css/css-display/run-in/run-in-basic-012.xht [ ImageOnlyFailure ] > imported/w3c/web-platform-tests/css/cssom-view/scroll-behavior-smooth.html [ Skip ] >diff --git a/LayoutTests/imported/w3c/web-platform-tests/css/css-display/run-in/quotes-applies-to-011-expected.html b/LayoutTests/imported/w3c/web-platform-tests/css/css-display/run-in/quotes-applies-to-011-expected.html >index 7de44825c06294a6f32b8a07c1ee211e28d37fe0..00c5aa1fb90dabb87e8201f3ffda57feec521e90 100644 >--- a/LayoutTests/imported/w3c/web-platform-tests/css/css-display/run-in/quotes-applies-to-011-expected.html >+++ b/LayoutTests/imported/w3c/web-platform-tests/css/css-display/run-in/quotes-applies-to-011-expected.html >@@ -6,6 +6,6 @@ > </head> > <body> > <p>Test passes if there is the word "PASS" below.</p> >- <div>PASS</div> >+ <div style="font-kerning: none;">PASS</div> > </body> > </html>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 193738
:
359940
| 359984