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

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

Issue 2312613002: Fix 'will execute script' condition for creating custom elements in 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/attribute-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/attribute-parsercreate.html
new file mode 100644
index 0000000000000000000000000000000000000000..c97af20b6d5ec654acb935973256e4e2b22f0549
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/custom-elements/imports/resources/attribute-parsercreate.html
@@ -0,0 +1,3 @@
+<!DOCTYPE html>
+<a-a id="c"></a-a>
+<a-a id="d" attr="attr"></a-a>

Powered by Google App Engine
This is Rietveld 408576698