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: LayoutTests/platform/win/svg/custom/viewbox-syntax-expected.txt

Issue 26770004: Add console message levels to test expectation output. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tests. Created 7 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: LayoutTests/platform/win/svg/custom/viewbox-syntax-expected.txt
diff --git a/LayoutTests/platform/win/svg/custom/viewbox-syntax-expected.txt b/LayoutTests/platform/win/svg/custom/viewbox-syntax-expected.txt
index d81325f8aa74ef0e33124b9c994599209bd9d04a..c3efba04e1469f598fa175082a2f9ee4dd30fe1d 100644
--- a/LayoutTests/platform/win/svg/custom/viewbox-syntax-expected.txt
+++ b/LayoutTests/platform/win/svg/custom/viewbox-syntax-expected.txt
@@ -1,13 +1,13 @@
-CONSOLE MESSAGE: line 20: Warning: Problem parsing viewBox="0"
-CONSOLE MESSAGE: line 23: Warning: Problem parsing viewBox="0 0"
-CONSOLE MESSAGE: line 26: Warning: Problem parsing viewBox="0 0 30"
-CONSOLE MESSAGE: line 29: Warning: Problem parsing viewBox="0 0 30 40 50"
-CONSOLE MESSAGE: line 32: Warning: Problem parsing viewBox="0 0 30 40,"
-CONSOLE MESSAGE: line 35: Warning: Problem parsing viewBox=",0 0 30 40"
-CONSOLE MESSAGE: line 38: Error: A negative value for ViewBox width is not allowed
-CONSOLE MESSAGE: line 41: Error: A negative value for ViewBox height is not allowed
-CONSOLE MESSAGE: line 44: Warning: Problem parsing viewBox="0 0 30, , 40"
-CONSOLE MESSAGE: line 47: Warning: Problem parsing viewBox="0 0 30% 40"
+CONSOLE WARNING: line 20: Warning: Problem parsing viewBox="0"
+CONSOLE WARNING: line 23: Warning: Problem parsing viewBox="0 0"
+CONSOLE WARNING: line 26: Warning: Problem parsing viewBox="0 0 30"
+CONSOLE WARNING: line 29: Warning: Problem parsing viewBox="0 0 30 40 50"
+CONSOLE WARNING: line 32: Warning: Problem parsing viewBox="0 0 30 40,"
+CONSOLE WARNING: line 35: Warning: Problem parsing viewBox=",0 0 30 40"
+CONSOLE ERROR: line 38: Error: A negative value for ViewBox width is not allowed
+CONSOLE ERROR: line 41: Error: A negative value for ViewBox height is not allowed
+CONSOLE WARNING: line 44: Warning: Problem parsing viewBox="0 0 30, , 40"
+CONSOLE WARNING: line 47: Warning: Problem parsing viewBox="0 0 30% 40"
layer at (0,0) size 800x600
RenderView at (0,0) size 800x600
layer at (0,0) size 800x600

Powered by Google App Engine
This is Rietveld 408576698