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

Unified Diff: third_party/WebKit/LayoutTests/csspaint/geometry-border-image-expected.txt

Issue 1866623002: Hook up CSSPaintValue::image to CSS Paint API callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments + rebase. 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/geometry-border-image-expected.txt
diff --git a/third_party/WebKit/LayoutTests/csspaint/geometry-border-image-expected.txt b/third_party/WebKit/LayoutTests/csspaint/geometry-border-image-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a8ea962db12e67a54dee842b7771857edfb9240f
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/csspaint/geometry-border-image-expected.txt
@@ -0,0 +1,15 @@
+CONSOLE MESSAGE: line 26: The worklet should log: 'width: 100, height: 100'
+CONSOLE MESSAGE: line 6: width: 100, height: 100
+CONSOLE MESSAGE: line 26: The worklet should log: 'width: 220, height: 220'
+CONSOLE MESSAGE: line 6: width: 220, height: 220
+CONSOLE MESSAGE: line 26: The worklet should log: 'width: 90, height: 90'
+CONSOLE MESSAGE: line 6: width: 90, height: 90
+CONSOLE MESSAGE: line 26: The worklet should log: 'width: 80, height: 120'
+CONSOLE MESSAGE: line 6: width: 80, height: 120
+CONSOLE MESSAGE: line 26: The worklet should log: 'width: 140, height: 140'
+CONSOLE MESSAGE: line 6: width: 140, height: 140
+CONSOLE MESSAGE: line 26: The worklet should log: 'width: 120, height: 120'
+CONSOLE MESSAGE: line 6: width: 120, height: 120
+This tests the geometry information in the paint callback.
+
+See the devtools console for test output.

Powered by Google App Engine
This is Rietveld 408576698