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

Unified Diff: LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/svg-inline-sizing/svg-inline.html

Issue 1157863007: W3C Test: import web-platform-tests/html/rendering (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Re-run update-w3c-deps Created 5 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/imported/web-platform-tests/html/rendering/replaced-elements/svg-inline-sizing/svg-inline.html
diff --git a/LayoutTests/svg/in-html/sizing/svg-inline.html b/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/svg-inline-sizing/svg-inline.html
similarity index 61%
copy from LayoutTests/svg/in-html/sizing/svg-inline.html
copy to LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/svg-inline-sizing/svg-inline.html
index 23c685e23505832713fae913c036bb63c2d5342c..619433f26e2d3f055ff2591d22dca6fb2670a4a7 100644
--- a/LayoutTests/svg/in-html/sizing/svg-inline.html
+++ b/LayoutTests/imported/web-platform-tests/html/rendering/replaced-elements/svg-inline-sizing/svg-inline.html
@@ -2,8 +2,9 @@
<html>
<head>
<title>SVG sizing: inline</title>
- <script src="../../../resources/testharness.js"></script>
- <script src="../../..//resources/testharnessreport.js"></script>
+ <script src="../../../../../../resources/testharness.js"></script>
+ <script src="../../../../../../resources/testharnessreport.js"></script>
+ <script src="../resources/svg-sizing.js"></script>
<style>
#testContainer {
position: absolute;
@@ -15,13 +16,14 @@
</style>
<link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replaced-width">
<link rel="help" href="http://www.w3.org/TR/CSS2/visudet.html#inline-replaced-height">
- <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#replaced-elements">
- <link rel="help" href="http://www.whatwg.org/specs/web-apps/current-work/#attr-dim-width">
+ <link rel="help" href="https://html.spec.whatwg.org/multipage/#replaced-elements">
+ <link rel="help" href="https://html.spec.whatwg.org/multipage/#attr-dim-width">
<link rel="help" href="http://www.w3.org/TR/SVG/coords.html#ViewportSpace">
</head>
<body>
<div id="log"></div>
<div id="testContainer"></div>
+ <div id="demo"></div>
<script src="svg-inline.js"></script>
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698