WebKit Bugzilla
Attachment 340223 Details for
Bug 185427
: Add test to verify behavior of -webkit-text-fill-color when inherited
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185427-20180511143854.patch (text/plain), 1.93 KB, created by
Aditya Keerthi
on 2018-05-11 14:38:55 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Aditya Keerthi
Created:
2018-05-11 14:38:55 PDT
Size:
1.93 KB
patch
obsolete
>Subversion Revision: 231387 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index 0cb60a7d0bb5a02cb5ddb48f309fe58656c87803..a4eae26552f25f9a29eaf4213daed6c91b435ad1 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,13 @@ >+2018-05-11 Aditya Keerthi <akeerthi@apple.com> >+ >+ Add test to verify behavior of -webkit-text-fill-color when inherited. >+ https://bugs.webkit.org/show_bug.cgi?id=185427 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * fast/css/webkit-text-fill-color-inherit-expected.html: Added. >+ * fast/css/webkit-text-fill-color-inherit.html: Added. >+ > 2018-05-04 Ryan Haddad <ryanhaddad@apple.com> > > Mark animations/duplicate-keys.html as flaky on iOS. >diff --git a/LayoutTests/fast/css/webkit-text-fill-color-inherit-expected.html b/LayoutTests/fast/css/webkit-text-fill-color-inherit-expected.html >new file mode 100644 >index 0000000000000000000000000000000000000000..7d95b3c5aca7bba357ec2c9f799d1028ecfabec6 >--- /dev/null >+++ b/LayoutTests/fast/css/webkit-text-fill-color-inherit-expected.html >@@ -0,0 +1,7 @@ >+<!DOCTYPE html> >+<html> >+<body> >+ <div style="-webkit-text-fill-color: green">Green</div> >+ <div style="-webkit-text-fill-color: green">Green</div> >+</body> >+<html> >diff --git a/LayoutTests/fast/css/webkit-text-fill-color-inherit.html b/LayoutTests/fast/css/webkit-text-fill-color-inherit.html >new file mode 100644 >index 0000000000000000000000000000000000000000..e9c88e592df49b0b96bcd428fb0f52cfee63315b >--- /dev/null >+++ b/LayoutTests/fast/css/webkit-text-fill-color-inherit.html >@@ -0,0 +1,11 @@ >+<!DOCTYPE html> >+<html> >+<body> >+ <div style="color: green"> >+ <div id="undefined-parent" style="color: red; -webkit-text-fill-color: inherit">Green</div> >+ </div> >+ <div style="color: purple; -webkit-text-fill-color: green"> >+ <div id="defined-parent" style="color: red; -webkit-text-fill-color: inherit">Green</div> >+ </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 185427
:
339827
|
339856
| 340223