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

Unified Diff: LayoutTests/svg/custom/linking-base-external-reference.xhtml

Issue 26390004: Rework SVG sizing (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix mishap during rebase in svg.css Created 6 years, 8 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/custom/linking-base-external-reference.xhtml
diff --git a/LayoutTests/svg/custom/linking-base-external-reference.xhtml b/LayoutTests/svg/custom/linking-base-external-reference.xhtml
index b83a639af0d40f6bb5ad69bf8c8cfecec128edd5..16cf05cc3e05b4b1580554cbc6937979ddaff6f4 100644
--- a/LayoutTests/svg/custom/linking-base-external-reference.xhtml
+++ b/LayoutTests/svg/custom/linking-base-external-reference.xhtml
@@ -1,5 +1,5 @@
<?xml version="1.0" standalone="no"?>
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html xmlns="http://www.w3.org/1999/xhtml" style="height: 100%">
<base href="http://www.example.com"/>
<!-- There should be no red -->
<svg width="100%" height="100%" version="1.1"

Powered by Google App Engine
This is Rietveld 408576698