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

Unified Diff: LayoutTests/svg/dom/viewspec-viewtargetparams-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
Index: LayoutTests/svg/dom/viewspec-viewtargetparams-expected.html
diff --git a/LayoutTests/svg/dom/viewspec-viewtargetparams-expected.html b/LayoutTests/svg/dom/viewspec-viewtargetparams-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..07ff3d6be6643c85932e00f7620409de9467a396
--- /dev/null
+++ b/LayoutTests/svg/dom/viewspec-viewtargetparams-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 ViewTargetParams.<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-viewtargetparams.html ('k') | LayoutTests/svg/dom/viewspec-zoomandpanparams.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698