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

Unified Diff: third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt

Issue 1990353002: [DevTools] Capture call stacks for console messages without location. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: one more win7 expectation Created 4 years, 7 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/fast/canvas/canvas-imageSmoothingQuality-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt b/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt
index f8f5c93916c1441002aa462fc7952da07445b296..bfc6aad9c6c462aa96057dbdce1ef70fd1472e46 100644
--- a/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt
+++ b/third_party/WebKit/LayoutTests/fast/canvas/canvas-imageSmoothingQuality-expected.txt
@@ -1,7 +1,7 @@
-CONSOLE WARNING: The provided value '3223' is not a valid enum value of type ImageSmoothingQuality.
-CONSOLE WARNING: The provided value 'bad_input' is not a valid enum value of type ImageSmoothingQuality.
-CONSOLE WARNING: The provided value 'LOW' is not a valid enum value of type ImageSmoothingQuality.
-CONSOLE WARNING: The provided value 'Medium' is not a valid enum value of type ImageSmoothingQuality.
+CONSOLE WARNING: line 46: The provided value '3223' is not a valid enum value of type ImageSmoothingQuality.
+CONSOLE WARNING: line 46: The provided value 'bad_input' is not a valid enum value of type ImageSmoothingQuality.
+CONSOLE WARNING: line 46: The provided value 'LOW' is not a valid enum value of type ImageSmoothingQuality.
+CONSOLE WARNING: line 46: The provided value 'Medium' is not a valid enum value of type ImageSmoothingQuality.
Tests for the imageSmoothingQuality attribute.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698