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

Unified Diff: third_party/WebKit/LayoutTests/fast/svg/getbbox-expected.txt

Issue 1885703003: Make testharness.js tests fail on uncaught exceptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Recover script changes 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/fast/svg/getbbox-expected.txt
diff --git a/third_party/WebKit/LayoutTests/fast/svg/getbbox-expected.txt b/third_party/WebKit/LayoutTests/fast/svg/getbbox-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..a4942e1f59ff49e3da0ea4220243c28834c1a167
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/fast/svg/getbbox-expected.txt
@@ -0,0 +1,22 @@
+CONSOLE ERROR: line 17: Error: <rect> attribute width: A negative value is not valid. ("-1")
+CONSOLE ERROR: line 31: Error: <path> attribute d: Unexpected end of attribute. Expected number, "M3".
+CONSOLE ERROR: line 35: Error: <polygon> attribute points: Unexpected end of attribute. Expected number, "47".
+CONSOLE ERROR: line 39: Error: <polyline> attribute points: Unexpected end of attribute. Expected number, "47".
+This is a testharness.js-based test.
+PASS getBBox on polygon with no points attribute
+PASS getBBox on polyline with no points attribute
+PASS getBBox on path with no d attribute
+PASS getBBox on path with no valid path segments in d attribute
+PASS getBBox on polygon with no valid point in the points attribute
+PASS getBBox on polyline with no valid point in the points attribute
+PASS polygon doesn't contribute to parent bbox
+PASS group with hidden child
+PASS path doesn't contribute to parent bbox
+PASS path with only invalid segments doesn't contribute to parent bbox
+PASS polyline doesn't contribute to parent bbox
+PASS polygon with no valid points doesn't contribute to parent bbox
+PASS polyline with no valid points doesn't contribute to parent bbox
+PASS getBBox on path with no height
+PASS path with no height should contribute to parent bbox
+Harness: the test ran to completion.
+

Powered by Google App Engine
This is Rietveld 408576698