-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make gradient-eval-* tests fail without lab/lch support
Test references use new color functions. Make sure older implementations fail by adding a red background fallback in the references. Bug: 1362022 Change-Id: I873f219f6684c5d391fb9afe90da28408496d65d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3902032 Reviewed-by: Philip Jägenstedt <[email protected]> Commit-Queue: Philip Jägenstedt <[email protected]> Auto-Submit: Rune Lillesveen <[email protected]> Cr-Commit-Position: refs/heads/main@{#1047925}
- Loading branch information
Showing
7 changed files
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
.test { | ||
width: 100px; | ||
height: 100px; | ||
background: red; | ||
background: lab(60% 0 0); | ||
} | ||
</style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
.test { | ||
width: 100px; | ||
height: 100px; | ||
background: red; | ||
background: lab(60% 0 0); | ||
} | ||
</style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
.test { | ||
width: 100px; | ||
height: 100px; | ||
background: red; | ||
background: lch(60% 60 0); | ||
} | ||
</style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
.test { | ||
width: 100px; | ||
height: 100px; | ||
background: red; | ||
background: lab(75% 0 0); | ||
} | ||
</style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
.test { | ||
width: 100px; | ||
height: 100px; | ||
background: red; | ||
background: lch(60% 60 0); | ||
} | ||
</style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
.test { | ||
width: 100px; | ||
height: 100px; | ||
background: red; | ||
background: lch(60% 60 0); | ||
} | ||
</style> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
.test { | ||
width: 100px; | ||
height: 100px; | ||
background: red; | ||
background: lch(60% 60 0); | ||
} | ||
</style> | ||
|