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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/crashes/slots-nested-in-document-tree-crash.html

Issue 2460813002: Make slots in non-shadow trees participate in a flat tree (Closed)
Patch Set: update expectation Created 4 years, 1 month 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/shadow-dom/crashes/slots-nested-in-document-tree-crash.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/crashes/slots-nested-in-document-tree-crash.html b/third_party/WebKit/LayoutTests/shadow-dom/crashes/slots-nested-in-document-tree-crash.html
new file mode 100644
index 0000000000000000000000000000000000000000..fc69d33b5d5f753fc760b37108494e0ca4c5be09
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/shadow-dom/crashes/slots-nested-in-document-tree-crash.html
@@ -0,0 +1,8 @@
+<!DOCTYPE html>
+<script src='../../resources/testharness.js'></script>
+<script src='../../resources/testharnessreport.js'></script>
+<slot id='s1'>hello<slot id='s2'><div></div></slot></slot>
+<script>
+test(() => {
+}, "No crash");
+</script>
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/css/resolver/ElementResolveContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698