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

Unified Diff: third_party/WebKit/LayoutTests/shadow-dom/v1-slots-1.html

Issue 2053503003: Clean up layout tests in LayoutTests/shadow-dom/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/shadow-dom/v1-slots-1.html
diff --git a/third_party/WebKit/LayoutTests/shadow-dom/v1-slots-1.html b/third_party/WebKit/LayoutTests/shadow-dom/v1-slots-1.html
deleted file mode 100644
index bab5b1cb7992d0b5faffc16e802a612e858d0bd8..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/shadow-dom/v1-slots-1.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!DOCTYPE html>
-<script src='resources/shadow-dom.js'></script>
-<div id='d1'>
- <template data-mode='open'>
- <div>d1-1</div>
- <slot name='d1-s1'></slot>
- <div>d1-2</div>
- </template>
- <div slot='d1-s1'>d2</div>
-</div>
-<script>
-convertTemplatesToShadowRootsWithin(d1);
-</script>

Powered by Google App Engine
This is Rietveld 408576698