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

Unified Diff: third_party/WebKit/LayoutTests/custom-elements/imports/resources/connected-parsercreate.html

Issue 2333673002: Add a test for {connected,disconnected}Callback in HTML Imports (Closed)
Patch Set: Created 4 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
Index: third_party/WebKit/LayoutTests/custom-elements/imports/resources/connected-parsercreate.html
diff --git a/third_party/WebKit/LayoutTests/custom-elements/imports/resources/attribute-parsercreate.html b/third_party/WebKit/LayoutTests/custom-elements/imports/resources/connected-parsercreate.html
similarity index 53%
copy from third_party/WebKit/LayoutTests/custom-elements/imports/resources/attribute-parsercreate.html
copy to third_party/WebKit/LayoutTests/custom-elements/imports/resources/connected-parsercreate.html
index c97af20b6d5ec654acb935973256e4e2b22f0549..50a61ded167c77c3f3e98774a507cbcc84849e54 100644
--- a/third_party/WebKit/LayoutTests/custom-elements/imports/resources/attribute-parsercreate.html
+++ b/third_party/WebKit/LayoutTests/custom-elements/imports/resources/connected-parsercreate.html
@@ -1,3 +1,3 @@
<!DOCTYPE html>
<a-a id="c"></a-a>
-<a-a id="d" attr="attr"></a-a>
+<a-a id="d"></a-a>

Powered by Google App Engine
This is Rietveld 408576698