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

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/shadow/event-pseudo.html

Issue 1489433002: Support the essential part of Shadow DOM v1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip Created 5 years 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/shadow/event-pseudo.html
diff --git a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-pseudo.html b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-pseudo.html
index d18ed4678dbef48b4b290550bf2e744d6124b0b1..c1532676b7092bde4ce2b3a0c495340dbeeef8af 100644
--- a/third_party/WebKit/LayoutTests/fast/dom/shadow/event-pseudo.html
+++ b/third_party/WebKit/LayoutTests/fast/dom/shadow/event-pseudo.html
@@ -5,7 +5,7 @@
#content { background-color:green; width:40px; height:40px; }
</style>
<div id="container">
- <div id="host"><canvas id="content"></canvas></div>
+ <div id="host"><canvas id="content"></canvas></div>
kochi 2015/12/09 08:57:34 Can this be in a separate CL?
hayato 2015/12/09 10:25:40 Done. This was unintentionally added.
</div>
<script>
setup({ explicit_done: true });

Powered by Google App Engine
This is Rietveld 408576698