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

Unified Diff: LayoutTests/svg/dom/viewspec-zoomandpanparams-expected.html

Issue 17143003: Rewrite SVG viewspec tests to not be fuzzer tests. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update for landing Created 7 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
« no previous file with comments | « LayoutTests/svg/dom/viewspec-zoomandpanparams.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/dom/viewspec-zoomandpanparams-expected.html
diff --git a/LayoutTests/svg/dom/viewspec-zoomandpanparams-expected.html b/LayoutTests/svg/dom/viewspec-zoomandpanparams-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..630119d388e9ab9bb18ed805530e59c00b633545
--- /dev/null
+++ b/LayoutTests/svg/dom/viewspec-zoomandpanparams-expected.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+<body>
+<!-- See: https://svgwg.org/svg2-draft/single-page.html#linking-SVGFragmentIdentifiers -->
+Test for crbug.com/249578: viewSpec's ZoomAndPanParams.<br/>
+There should be 2 green boxes below:<br/>
+<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='green'/></svg>"></object>
+<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='green'/></svg>"></object>
+<br/>
+There should be 3 blue boxes below:<br/>
+<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='blue'/></svg>"></object>
+<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='blue'/></svg>"></object>
+<object width="30" height="30" data="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30'><rect width='100%' height='100%' fill='blue'/></svg>"></object>
+</body>
+</html>
« no previous file with comments | « LayoutTests/svg/dom/viewspec-zoomandpanparams.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698