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

Unified Diff: third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error-expected.txt

Issue 1992663003: [DevTools] Capture call stacks for svg parser console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/svg/custom/poly-parsing-error-expected.txt
diff --git a/third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error-expected.txt b/third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error-expected.txt
index 2b42215794d77b697f3670bcb8a19b019b410838..48a5273247a55f5a3a24b8c736e2594efe0ba26c 100644
--- a/third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error-expected.txt
+++ b/third_party/WebKit/LayoutTests/svg/custom/poly-parsing-error-expected.txt
@@ -1,7 +1,7 @@
-CONSOLE ERROR: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "…0,250 80,200 250".
-CONSOLE ERROR: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "…,250 180,200 250".
-CONSOLE ERROR: Error: <polygon> attribute points: Unexpected end of attribute. Expected number, "…0,160 150,110 80".
-CONSOLE ERROR: Error: <polygon> attribute points: Unexpected end of attribute. Expected number, "…,160 250,110 180".
+CONSOLE ERROR: line 7: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "…0,250 80,200 250".
+CONSOLE ERROR: line 25: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "…,250 180,200 250".
+CONSOLE ERROR: line 31: Error: <polygon> attribute points: Unexpected end of attribute. Expected number, "…0,160 150,110 80".
+CONSOLE ERROR: line 49: Error: <polygon> attribute points: Unexpected end of attribute. Expected number, "…,160 250,110 180".
Tests whether polygons render up to first parsing error.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".

Powered by Google App Engine
This is Rietveld 408576698