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

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: Minor cleanup, more testing. Created 7 years 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/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>

Powered by Google App Engine
This is Rietveld 408576698