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

Unified Diff: third_party/WebKit/LayoutTests/fast/events/event-view-toString.html

Issue 1685543002: Supports "class string" based on @@toStringTag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated test expectations. Created 4 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/events/event-view-toString.html
diff --git a/third_party/WebKit/LayoutTests/fast/events/event-view-toString.html b/third_party/WebKit/LayoutTests/fast/events/event-view-toString.html
index 2902873941dd402eb028715cf2352dc36c64163b..36464413cb3fdd3088428f568655561fdd3f14c6 100644
--- a/third_party/WebKit/LayoutTests/fast/events/event-view-toString.html
+++ b/third_party/WebKit/LayoutTests/fast/events/event-view-toString.html
@@ -11,7 +11,7 @@
function clickBody(event) {
var resultsDiv = document.getElementById("resultsDiv");
-
+
resultsDiv.innerHTML += "event.view :<br/>";
try {
resultsDiv.innerHTML += "document: " + event.view.document + "<br/>";

Powered by Google App Engine
This is Rietveld 408576698