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

Unified Diff: LayoutTests/svg/custom/getBBox-polyline-nodata-expected.txt

Issue 355813004: [SVG2] Elements that don't render shouldn't contribute to ancestor bboxes. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/svg/custom/getBBox-polyline-nodata-expected.txt
diff --git a/LayoutTests/svg/custom/getBBox-polyline-nodata-expected.txt b/LayoutTests/svg/custom/getBBox-polyline-nodata-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..03d146a33d9ad256b356d85be69ad57f9f6c7105
--- /dev/null
+++ b/LayoutTests/svg/custom/getBBox-polyline-nodata-expected.txt
@@ -0,0 +1,7 @@
+Bug 134184: getBBox on polyline with no points attribute should return (0,0,0,0) and should not contribute to parent bbox
+
+For this test to pass, you should see 'Passed' twice below.
+
+Passed; Passed;
+
+

Powered by Google App Engine
This is Rietveld 408576698