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

Unified Diff: LayoutTests/svg/as-object/resources/left-right.html

Issue 218693003: Generate FrameTree::uniqueName with a URL attribute value. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove unload handler Created 6 years, 9 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/as-object/resources/left.svg ('k') | LayoutTests/svg/as-object/resources/right.svg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/svg/as-object/resources/left-right.html
diff --git a/LayoutTests/svg/as-object/resources/left-right.html b/LayoutTests/svg/as-object/resources/left-right.html
new file mode 100644
index 0000000000000000000000000000000000000000..d6cf9b34b6e87a6cea3c4a07133d6c66e7a8ebe1
--- /dev/null
+++ b/LayoutTests/svg/as-object/resources/left-right.html
@@ -0,0 +1,8 @@
+<!doctype html>
+<style>
+object { display: inline-block; }
+</style>
+<body>
+<object data="left.svg"></object>
+<object data="right.svg"></object>
+</body>
« no previous file with comments | « LayoutTests/svg/as-object/resources/left.svg ('k') | LayoutTests/svg/as-object/resources/right.svg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698