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

Unified Diff: LayoutTests/fast/dom/shadow/host-wrapper-reclaimed.html

Issue 143993006: Remove applyAuthorStyles flag from ShadowRoot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase to resolve conflict TestExpectation Created 6 years, 11 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/fast/dom/shadow/host-wrapper-reclaimed.html
diff --git a/LayoutTests/fast/dom/shadow/host-wrapper-reclaimed.html b/LayoutTests/fast/dom/shadow/host-wrapper-reclaimed.html
index 263c4d4a7a537c0348aaf7ef2674206ddcc04ad7..5a78bb83302d89ecefc74ac68212b49a89a3575a 100644
--- a/LayoutTests/fast/dom/shadow/host-wrapper-reclaimed.html
+++ b/LayoutTests/fast/dom/shadow/host-wrapper-reclaimed.html
@@ -17,7 +17,6 @@ gc(true);
try { shadow.innerHTML = "Hello"; } catch(e) { }
shadow.appendChild(document.createElement("span"));
shadow.resetStyleInheritance = true;
-shadow.applyAuthorStyles = false;
document.body.innerHTML = "PASS unless crash.";
</script>

Powered by Google App Engine
This is Rietveld 408576698