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

Unified Diff: third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/cross-document/002.html

Issue 2479383004: Stop converting test contents for tests in imported/wpt. (Closed)
Patch Set: Created 4 years, 1 month 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: third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/cross-document/002.html
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/cross-document/002.html b/third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/cross-document/002.html
index b783dc62357ff3ceac651df939f930cccd5fd232..7b48d3e16ecfd361a4649855e4025d36c02acca2 100644
--- a/third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/cross-document/002.html
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/editing/dnd/cross-document/002.html
@@ -21,4 +21,5 @@ window.onload = function() {
<div draggable="true"></div>
<p><iframe height="300" width="500"></iframe></p>
-<script>
+<script>document.getElementsByTagName("iframe")[0].src = crossOriginUrl("www", "001-1.html");
jsbell 2016/11/08 20:58:20 Filed https://github.com/w3c/web-platform-tests/is
+<noscript><p>Enable JavaScript and reload</p></noscript>

Powered by Google App Engine
This is Rietveld 408576698