| OLD | NEW |
| 1 Test the computed style of the -webkit-filter property. | 1 Test the computed style of the -webkit-filter property. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 | 6 |
| 7 Basic reference : url('#a') | 7 Basic reference : url('#a') |
| 8 PASS filterStyle is "url('#a')" | 8 PASS filterStyle is "url('#a')" |
| 9 | 9 |
| 10 Bare unquoted reference converting to quoted form : url(#a) | 10 Bare unquoted reference converting to quoted form : url(#a) |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 Rule combinations : saturate(0.5) grayscale(0.25) | 67 Rule combinations : saturate(0.5) grayscale(0.25) |
| 68 PASS filterStyle is "saturate(0.5) grayscale(0.25)" | 68 PASS filterStyle is "saturate(0.5) grayscale(0.25)" |
| 69 | 69 |
| 70 Degrees value as integer : hue-rotate(10deg) | 70 Degrees value as integer : hue-rotate(10deg) |
| 71 PASS filterStyle is "hue-rotate(10deg)" | 71 PASS filterStyle is "hue-rotate(10deg)" |
| 72 | 72 |
| 73 Degrees float value converts to integer : hue-rotate(10.0deg) | 73 Degrees float value converts to integer : hue-rotate(10.0deg) |
| 74 PASS filterStyle is "hue-rotate(10deg)" | 74 PASS filterStyle is "hue-rotate(10deg)" |
| 75 | 75 |
| 76 Radians value : hue-rotate(10rad) | 76 Radians value : hue-rotate(10rad) |
| 77 PASS filterStyle is "hue-rotate(572.957795130823deg)" | 77 PASS filterStyle is "hue-rotate(572.958deg)" |
| 78 | 78 |
| 79 Gradians value : hue-rotate(10grad) | 79 Gradians value : hue-rotate(10grad) |
| 80 PASS filterStyle is "hue-rotate(9deg)" | 80 PASS filterStyle is "hue-rotate(9deg)" |
| 81 | 81 |
| 82 Turns value : hue-rotate(0.5turn) | 82 Turns value : hue-rotate(0.5turn) |
| 83 PASS filterStyle is "hue-rotate(180deg)" | 83 PASS filterStyle is "hue-rotate(180deg)" |
| 84 | 84 |
| 85 Zero value : hue-rotate(0) | 85 Zero value : hue-rotate(0) |
| 86 PASS filterStyle is "hue-rotate(0deg)" | 86 PASS filterStyle is "hue-rotate(0deg)" |
| 87 | 87 |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 | 195 |
| 196 Multiple operations : grayscale(0.5) sepia(0.25) saturate(0.75) hue-rotate(35deg
) invert(0.2) opacity(0.9) blur(5px) | 196 Multiple operations : grayscale(0.5) sepia(0.25) saturate(0.75) hue-rotate(35deg
) invert(0.2) opacity(0.9) blur(5px) |
| 197 PASS filterStyle is "grayscale(0.5) sepia(0.25) saturate(0.75) hue-rotate(35deg)
invert(0.2) opacity(0.9) blur(5px)" | 197 PASS filterStyle is "grayscale(0.5) sepia(0.25) saturate(0.75) hue-rotate(35deg)
invert(0.2) opacity(0.9) blur(5px)" |
| 198 | 198 |
| 199 Percentage values : grayscale(50%) sepia(25%) saturate(75%) invert(20%) opacity(
90%) brightness(60%) contrast(30%) | 199 Percentage values : grayscale(50%) sepia(25%) saturate(75%) invert(20%) opacity(
90%) brightness(60%) contrast(30%) |
| 200 PASS filterStyle is "grayscale(0.5) sepia(0.25) saturate(0.75) invert(0.2) opaci
ty(0.9) brightness(0.6) contrast(0.3)" | 200 PASS filterStyle is "grayscale(0.5) sepia(0.25) saturate(0.75) invert(0.2) opaci
ty(0.9) brightness(0.6) contrast(0.3)" |
| 201 PASS successfullyParsed is true | 201 PASS successfullyParsed is true |
| 202 | 202 |
| 203 TEST COMPLETE | 203 TEST COMPLETE |
| 204 | 204 |
| OLD | NEW |