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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 CONSOLE ERROR: line 17: Error: <rect> attribute width: A negative value is not v alid. ("-1")
2 CONSOLE ERROR: line 31: Error: <path> attribute d: Unexpected end of attribute. Expected number, "M3".
3 CONSOLE ERROR: line 35: Error: <polygon> attribute points: Unexpected end of att ribute. Expected number, "47".
4 CONSOLE ERROR: line 39: Error: <polyline> attribute points: Unexpected end of at tribute. Expected number, "47".
5 This is a testharness.js-based test.
6 PASS getBBox on polygon with no points attribute
7 PASS getBBox on polyline with no points attribute
8 PASS getBBox on path with no d attribute
9 PASS getBBox on path with no valid path segments in d attribute
10 PASS getBBox on polygon with no valid point in the points attribute
11 PASS getBBox on polyline with no valid point in the points attribute
12 PASS polygon doesn't contribute to parent bbox
13 PASS group with hidden child
14 PASS path doesn't contribute to parent bbox
15 PASS path with only invalid segments doesn't contribute to parent bbox
16 PASS polyline doesn't contribute to parent bbox
17 PASS polygon with no valid points doesn't contribute to parent bbox
18 PASS polyline with no valid points doesn't contribute to parent bbox
19 PASS getBBox on path with no height
20 PASS path with no height should contribute to parent bbox
21 Harness: the test ran to completion.
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698