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

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

Issue 1896893004: Hook up style invalidation for CSS Paint API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@css-paint-register
Patch Set: . Created 4 years, 8 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
new file mode 100644
index 0000000000000000000000000000000000000000..d71598b0106b078e5cc68529f3773601bf594f14
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/csspaint/invalidation-background-image-expected.txt
@@ -0,0 +1,15 @@
+CONSOLE MESSAGE: line 54: The console should log: 'Succussful invalidation for: max-height'
+CONSOLE MESSAGE: line 11: Successful invalidation for: max-height
+CONSOLE MESSAGE: line 54: The console should log: 'Succussful invalidation for: border-top-color'
+CONSOLE MESSAGE: line 11: Successful invalidation for: border-top-color
+CONSOLE MESSAGE: line 54: The console should log: 'Succussful invalidation for: flex-basis'
+CONSOLE MESSAGE: line 11: Successful invalidation for: flex-basis
+CONSOLE MESSAGE: line 54: The console should log: 'Succussful invalidation for: flex-grow'
+CONSOLE MESSAGE: line 11: Successful invalidation for: flex-grow
+CONSOLE MESSAGE: line 54: The console should log: 'Succussful invalidation for: color'
+CONSOLE MESSAGE: line 11: Successful invalidation for: color
+CONSOLE MESSAGE: line 54: The console should log: 'Succussful invalidation for: --foo'
+CONSOLE MESSAGE: line 11: Successful invalidation for: --foo
+This tests the invalidation behaviour of the paint callback.
+
+See the devtools console for test output.

Powered by Google App Engine
This is Rietveld 408576698