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

Unified Diff: third_party/WebKit/LayoutTests/csspaint/invalidation-border-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-border-image-expected.txt
diff --git a/third_party/WebKit/LayoutTests/csspaint/invalidation-border-image-expected.txt b/third_party/WebKit/LayoutTests/csspaint/invalidation-border-image-expected.txt
index ce54a574ef67c340e2fb8a28b8f508ed363d2ff9..24d08ec0fa86b89ed982a6f463f662e551a1c838 100644
--- a/third_party/WebKit/LayoutTests/csspaint/invalidation-border-image-expected.txt
+++ b/third_party/WebKit/LayoutTests/csspaint/invalidation-border-image-expected.txt
@@ -86,6 +86,18 @@ CONSOLE MESSAGE: line 56:
Test case:
--str: [inline not set] => --str: foo
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
This is a testharness.js-based test.
PASS max-height: [inline not set] => max-height: 160px
PASS max-height: 100px => max-height: 160px
@@ -103,5 +115,7 @@ 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
Harness: the test ran to completion.

Powered by Google App Engine
This is Rietveld 408576698