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

Unified Diff: LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/content-pseudo-element/test-001.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-001.html
diff --git a/LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/content-pseudo-element/test-001.html b/LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/content-pseudo-element/test-001.html
index d05aa2a1393df97ea76ed35cfd13473761f1fc0b..29425c30a31aa7ee50ff2666d467f5093426dafd 100644
--- a/LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/content-pseudo-element/test-001.html
+++ b/LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/content-pseudo-element/test-001.html
@@ -36,7 +36,7 @@ A_04_04_01_T1.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