WebKit Bugzilla
Attachment 343661 Details for
Bug 187071
: [iOS] Rebaseline two webanimations tests after r233164
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-187071-20180626165846.patch (text/plain), 4.73 KB, created by
Truitt Savell
on 2018-06-26 16:58:47 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Truitt Savell
Created:
2018-06-26 16:58:47 PDT
Size:
4.73 KB
patch
obsolete
>Subversion Revision: 233218 >diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog >index 6defdd6d9ac1fe04fed4c7a9b7b0efa7eb9001b7..4098d3f6674fafe65e529cd0fc21f2f30098d2d6 100644 >--- a/LayoutTests/ChangeLog >+++ b/LayoutTests/ChangeLog >@@ -1,3 +1,13 @@ >+2018-06-26 Truitt Savell <tsavell@apple.com> >+ >+ [iOS] Rebaseline two webanimations tests after r233164 >+ https://bugs.webkit.org/show_bug.cgi?id=187071 >+ >+ Unreviewed gardening >+ >+ * platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt: >+ * platform/ios/webanimations/opacity-animation-yields-compositing-span-expected.txt: Added. >+ > 2018-06-26 Commit Queue <commit-queue@webkit.org> > > Unreviewed, rolling out r233184. >diff --git a/LayoutTests/platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt b/LayoutTests/platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt >index 90af75fac59266365bcd7080524a794b437a509f..ebc8a581418167e54659c7dc16b2c5891ebd964d 100644 >--- a/LayoutTests/platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt >+++ b/LayoutTests/platform/ios/imported/w3c/web-platform-tests/web-animations/animation-model/animation-types/interpolation-per-property-expected.txt >@@ -140,7 +140,7 @@ PASS filter: drop-shadow function > FAIL filter: percentage or numeric-specifiable functions (number value) assert_equals: The value should be brightness(0.3) contrast(0.3) grayscale(0.3) invert(0.3) opacity(0.3) saturate(0.3) sepia(0.3) at 500ms expected "brightness(0.3) contrast(0.3) grayscale(0.3) invert(0.3) opacity(0.3) saturate(0.3) sepia(0.3)" but got "brightness(0.30000000000000004) contrast(0.30000000000000004) grayscale(0.30000000000000004) invert(0.30000000000000004) opacity(0.30000000000000004) saturate(0.30000000000000004) sepia(0.30000000000000004)" > FAIL filter: percentage or numeric-specifiable functions (percentage value) assert_equals: The value should be brightness(0.3) contrast(0.3) grayscale(0.3) invert(0.3) opacity(0.3) saturate(0.3) sepia(0.3) at 500ms expected "brightness(0.3) contrast(0.3) grayscale(0.3) invert(0.3) opacity(0.3) saturate(0.3) sepia(0.3)" but got "brightness(0.30000000000000004) contrast(0.30000000000000004) grayscale(0.30000000000000004) invert(0.30000000000000004) opacity(0.30000000000000004) saturate(0.30000000000000004) sepia(0.30000000000000004)" > FAIL filter: interpolate different length of filter-function-list with function which lacuna value is 1 assert_equals: The value should be grayscale(0.5) brightness(0.5) contrast(0.5) opacity(0.5) saturate(0.5) at 500ms expected "grayscale(0.5) brightness(0.5) contrast(0.5) opacity(0.5) saturate(0.5)" but got "grayscale(1) brightness(0) contrast(0) opacity(0) saturate(0)" >-FAIL filter: interpolate different length of filter-function-list with function which lacuna value is 0 assert_equals: The value should be opacity(0.5) grayscale(0.5) invert(0.5) sepia(0.5) blur(5px) at 500ms expected "opacity(0.5) grayscale(0.5) invert(0.5) sepia(0.5) blur(5px)" but got "opacity(0.25) grayscale(0.75) invert(0.75) sepia(0.75) blur(7.5px)" >+PASS filter: interpolate different length of filter-function-list with function which lacuna value is 0 > FAIL filter: interpolate different length of filter-function-list with drop-shadow function assert_equals: The value should be blur(5px) drop-shadow(rgba(85, 0, 170, 0.6) 5px 5px 5px at 500ms expected "blur(5px) drop-shadow(rgba(85, 0, 170, 0.6) 5px 5px 5px" but got "blur(10px) drop-shadow(rgba(0, 0, 255, 0.8) 10px 10px 10px)" > PASS filter: interpolate from none > FAIL filter: url function (interpoalte as discrete) assert_equals: The value should be blur(0px) url("#f1") at 499ms expected "blur(0px) url(\"#f1\")" but got "blur(4.989999771118164px) url(\"#f1\")" >diff --git a/LayoutTests/platform/ios/webanimations/opacity-animation-yields-compositing-span-expected.txt b/LayoutTests/platform/ios/webanimations/opacity-animation-yields-compositing-span-expected.txt >new file mode 100644 >index 0000000000000000000000000000000000000000..6fa6eeeb7d80b9ce05bcec5f4babf32ddf1c0037 >--- /dev/null >+++ b/LayoutTests/platform/ios/webanimations/opacity-animation-yields-compositing-span-expected.txt >@@ -0,0 +1,19 @@ >+(GraphicsLayer >+ (anchor 0.00 0.00) >+ (bounds 800.00 600.00) >+ (children 1 >+ (GraphicsLayer >+ (bounds 800.00 600.00) >+ (contentsOpaque 1) >+ (children 1 >+ (GraphicsLayer >+ (position 8.00 8.00) >+ (bounds 25.00 19.00) >+ (opacity 0.50) >+ (drawsContent 1) >+ ) >+ ) >+ ) >+ ) >+) >+Foo
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 187071
: 343661