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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/id-attribute-shared.html

Issue 2694903007: Add a warning for the deprecation of content-initiated data URL navigations (Closed)
Patch Set: creis comments Created 3 years, 10 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: third_party/WebKit/LayoutTests/fast/dom/id-attribute-shared.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/id-attribute-shared.html b/third_party/WebKit/LayoutTests/fast/dom/id-attribute-shared.html
index e97e859252da3a0113069e622025464f3b4d71fa..8f5d237a3a00377071266b06f8bf6658aeb15735 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/id-attribute-shared.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/id-attribute-shared.html
@@ -24,7 +24,7 @@ function runTest() {
document.body.appendChild(object1);
input = iframe.contentDocument.createElement('input');
document.body.appendChild(input);
- noderef1 = input.parentElement;
+ noderef1 = input.parentElement;
node2.appendChild(noderef1);
embed = document.createElement('embed');
object1.id = 4294967294;
@@ -43,7 +43,7 @@ function runTest() {
template2content.appendChild(object2);
gc();
object2.cloneNode();
- document.location='data:text/html,<body>PASS<script>if (window.testRunner) testRunner.notifyDone()</scr' + 'ipt></body>';
+ document.location = 'Window/resources/destination.html';
}
runTest();

Powered by Google App Engine
This is Rietveld 408576698