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

Unified Diff: third_party/WebKit/LayoutTests/csspaint/geometry-background-image-tiled-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-background-image-tiled-expected.txt
diff --git a/third_party/WebKit/LayoutTests/csspaint/geometry-background-image-tiled-expected.txt b/third_party/WebKit/LayoutTests/csspaint/geometry-background-image-tiled-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..00c14caa660418a29e540cca53a9dd9adcb8708a
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/csspaint/geometry-background-image-tiled-expected.txt
@@ -0,0 +1,9 @@
+CONSOLE MESSAGE: line 26: The worklet should log: 'width: 50, height: 50'
+CONSOLE MESSAGE: line 6: width: 50, height: 50
+CONSOLE MESSAGE: line 26: The worklet should log: 'width: 50, height: 20'
+CONSOLE MESSAGE: line 6: width: 50, height: 20
+CONSOLE MESSAGE: line 26: The worklet should log: 'width: 60, height: 80'
+CONSOLE MESSAGE: line 6: width: 60, height: 80
+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