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

Unified Diff: LayoutTests/http/tests/dom/resources/svg-document.svg

Issue 115693010: Fix Range.createContextualFragment for non-Element contexts. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased 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
« no previous file with comments | « LayoutTests/http/tests/dom/resources/empty-svg-file.svg ('k') | Source/core/dom/Range.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/http/tests/dom/resources/svg-document.svg
diff --git a/LayoutTests/http/tests/dom/resources/svg-document.svg b/LayoutTests/http/tests/dom/resources/svg-document.svg
new file mode 100644
index 0000000000000000000000000000000000000000..a9d3b07c460c74ceeceb7b6fe6bdeab744d2cc96
--- /dev/null
+++ b/LayoutTests/http/tests/dom/resources/svg-document.svg
@@ -0,0 +1,3 @@
+<?xml version="1.0"?>
+<svg xmlns="http://www.w3.org/2000/svg" width="300px" height="50px" viewBox="0 0 300 24" version="1.1">
+</svg>
« no previous file with comments | « LayoutTests/http/tests/dom/resources/empty-svg-file.svg ('k') | Source/core/dom/Range.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698