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

Unified Diff: LayoutTests/xmlviewer/extensions-api.html

Issue 479753003: Transform XML tree viewer to blink-in-js implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | Source/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/xmlviewer/extensions-api.html
diff --git a/LayoutTests/xmlviewer/extensions-api.html b/LayoutTests/xmlviewer/extensions-api.html
index 3866cf1f9fac0b448df1c01ec8d4e1e897d31c48..f7437b928ab4d58e69ff1b52ba3dffe3979e74ae 100644
--- a/LayoutTests/xmlviewer/extensions-api.html
+++ b/LayoutTests/xmlviewer/extensions-api.html
@@ -28,7 +28,7 @@
function onload()
{
xmlWindow = window.open('resources/sample.xml', "XMLViewerTestWindow");
- xmlWindow.onAfterWebkitXMLViewerLoaded = checkSourceXML;
+ xmlWindow.onload = checkSourceXML;
}
</script>
« no previous file with comments | « no previous file | Source/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698