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

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: Patch for landing! Created 6 years, 4 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') | Source/core/xml/DocumentXMLTreeViewer.idl » ('J')
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..e7c0ee7d6f190e353cefdf8ddd534cba2883f015 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.addEventListener('load', checkSourceXML);
}
</script>
« no previous file with comments | « no previous file | Source/core/BUILD.gn » ('j') | Source/core/xml/DocumentXMLTreeViewer.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698