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

Unified Diff: LayoutTests/svg/dom/SVGViewSpec-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines 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/svg/dom/SVGViewSpec-expected.txt
diff --git a/LayoutTests/svg/dom/SVGViewSpec-expected.txt b/LayoutTests/svg/dom/SVGViewSpec-expected.txt
index f7b71929d29c3c1ecbf725e21a51f73529764a06..79ad091870e040eeaa8e98cb617bb8a67cbcf4cf 100644
--- a/LayoutTests/svg/dom/SVGViewSpec-expected.txt
+++ b/LayoutTests/svg/dom/SVGViewSpec-expected.txt
@@ -1,51 +1,5 @@
-This test checks the SVGViewSpec API, operating on a parsed viewSpec
-
-On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
-
-
-
-Loading external SVG resources/viewspec-target.svg
-Passing SVGViewSpec: svgView(viewBox(0,0,100,50);preserveAspectRatio(xMinYMid slice);transform(translate(0 10) translate(25 25) rotate(45) translate(-25 -25) scale(0.7 0.7));viewTarget(blub);zoomAndPan(disable))
-
-
-Check transform value
-PASS currentView.transformString is "translate(0 10) translate(25 25) rotate(45) translate(-25 -25) scale(0.7 0.7)"
-PASS currentView.transform.numberOfItems is 5
-PASS currentView.transform.getItem(0).type is SVGTransform.SVG_TRANSFORM_TRANSLATE
-PASS currentView.transform.getItem(0).angle is 0
-PASS matrixToString(currentView.transform.getItem(0).matrix) is "[1.00 0.00 0.00 1.00 0.00 10.00]"
-PASS currentView.transform.getItem(1).type is SVGTransform.SVG_TRANSFORM_TRANSLATE
-PASS currentView.transform.getItem(1).angle is 0
-PASS matrixToString(currentView.transform.getItem(1).matrix) is "[1.00 0.00 0.00 1.00 25.00 25.00]"
-PASS currentView.transform.getItem(2).type is SVGTransform.SVG_TRANSFORM_ROTATE
-PASS currentView.transform.getItem(2).angle is 45
-PASS matrixToString(currentView.transform.getItem(2).matrix) is "[0.71 0.71 -0.71 0.71 0.00 0.00]"
-PASS currentView.transform.getItem(3).type is SVGTransform.SVG_TRANSFORM_TRANSLATE
-PASS currentView.transform.getItem(3).angle is 0
-PASS matrixToString(currentView.transform.getItem(3).matrix) is "[1.00 0.00 0.00 1.00 -25.00 -25.00]"
-PASS currentView.transform.getItem(4).type is SVGTransform.SVG_TRANSFORM_SCALE
-PASS currentView.transform.getItem(4).angle is 0
-PASS matrixToString(currentView.transform.getItem(4).matrix) is "[0.70 0.00 0.00 0.70 0.00 0.00]"
-
-Check viewTarget value
-PASS currentView.viewTargetString is "blub"
-PASS currentView.viewTarget is null
-
-Check zoomAndPan value
-PASS currentView.zoomAndPan is SVGViewElement.SVG_ZOOMANDPAN_DISABLE
-
-Check viewBox value
-PASS currentView.viewBox.baseVal.x is 0
-PASS currentView.viewBox.baseVal.y is 0
-PASS currentView.viewBox.baseVal.width is 100
-PASS currentView.viewBox.baseVal.height is 50
-PASS currentView.viewBoxString is "0 0 100 50"
-
-Check preserveAspectRatio value
-PASS currentView.preserveAspectRatioString is "xMinYMid slice"
-PASS currentView.preserveAspectRatio.baseVal.align is SVGPreserveAspectRatio.SVG_PRESERVEASPECTRATIO_XMINYMID
-PASS currentView.preserveAspectRatio.baseVal.meetOrSlice is SVGPreserveAspectRatio.SVG_MEETORSLICE_SLICE
-PASS successfullyParsed is true
+CONSOLE ERROR: Uncaught SyntaxError: Unexpected end of input
+FAIL successfullyParsed should be true (of type boolean). Was undefined (of type undefined).
TEST COMPLETE

Powered by Google App Engine
This is Rietveld 408576698