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

Unified Diff: LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/content-pseudo-element/test-002.html

Issue 1228353008: Remove W3CImportExpectations entries already fixed in upstream (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TestExpectatons update Created 5 years, 5 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: LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/content-pseudo-element/test-002.html
diff --git a/LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/content-pseudo-element/test-002.html b/LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/content-pseudo-element/test-002.html
index db0b03bed06b0fd83c32eec4fd8393cf7d609467..773f8100331d1b9456d98c23ec0ab57be86423ee 100644
--- a/LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/content-pseudo-element/test-002.html
+++ b/LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/content-pseudo-element/test-002.html
@@ -35,7 +35,7 @@ A_04_04_01_T2.step(function () {
//make shadow tree
var ul = d.querySelector('ul.stories');
- var s = createSR(ul);
+ var s = ul.createShadowRoot();
var subdiv1 = d.createElement('div');
subdiv1.innerHTML = '<ul><content select="li"></content></ul>';
s.appendChild(subdiv1);

Powered by Google App Engine
This is Rietveld 408576698