Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Unified Diff: third_party/WebKit/LayoutTests/csspaint/invalidation-background-image-expected.txt

Issue 2426323003: Invalidate properties registered as non-inherited for custom paint (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/csspaint/invalidation-background-image-expected.txt
diff --git a/third_party/WebKit/LayoutTests/csspaint/invalidation-background-image-expected.txt b/third_party/WebKit/LayoutTests/csspaint/invalidation-background-image-expected.txt
index e29ec06b45c58860ab255ec2289fdd2527faa11b..ba238c3f7b7438ad95fb5ffdb2ef542ebd358a1d 100644
--- a/third_party/WebKit/LayoutTests/csspaint/invalidation-background-image-expected.txt
+++ b/third_party/WebKit/LayoutTests/csspaint/invalidation-background-image-expected.txt
@@ -89,6 +89,18 @@ The worklet console should log nothing
CONSOLE MESSAGE: line 56:
Test case:
+--length-inherited: [inline not set] => --length-inherited: 10px
+The worklet console should log: 'Successful invalidation for: --length-inherited'
+CONSOLE MESSAGE: line 11: Successful invalidation for: --length-inherited
+CONSOLE MESSAGE: line 56:
+
+Test case:
+--length-non-inherited: [inline not set] => --length-non-inherited: 20px
+The worklet console should log: 'Successful invalidation for: --length-non-inherited'
+CONSOLE MESSAGE: line 11: Successful invalidation for: --length-non-inherited
+CONSOLE MESSAGE: line 56:
+
+Test case:
-webkit-border-radius: [inline not set] => -webkit-border-radius: 25px
The worklet console should log: 'Successful invalidation for: -webkit-border-radius'
CONSOLE MESSAGE: line 11: Successful invalidation for: -webkit-border-radius
@@ -131,6 +143,8 @@ PASS --foo: [inline not set] => --foo: foo
PASS --foo: foo => --foo: var(--str)
PASS --str: [inline not set] => --str: bar
PASS --str: [inline not set] => --str: foo
+PASS --length-inherited: [inline not set] => --length-inherited: 10px
+PASS --length-non-inherited: [inline not set] => --length-non-inherited: 20px
PASS -webkit-border-radius: [inline not set] => -webkit-border-radius: 25px
PASS -webkit-border-radius: [inline not set] => border-radius: 25px
PASS border-radius: 25px => -webkit-border-radius: [inline not set]

Powered by Google App Engine
This is Rietveld 408576698