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

Unified Diff: LayoutTests/fast/dom/shadow/shadow-root-applyAuthorStyles-expected.html

Issue 215313003: Remove applyAuthorStyles flag from ShadowRoot. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Git is hard Created 6 years, 9 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/shadow-root-applyAuthorStyles-expected.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-root-applyAuthorStyles-expected.html b/LayoutTests/fast/dom/shadow/shadow-root-applyAuthorStyles-expected.html
deleted file mode 100644
index a532716f50ff5ecbb606c37668a4fa8f0f912801..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/shadow/shadow-root-applyAuthorStyles-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<html>
-<body>
-<div id="apply-author-style"><span style="background-color:#eef;border:solid;color:#fee;display:boxed-inline;font-size:24px;margin:2px;outline-color:#f00;padding-left:5px;text-align:start;text-decoration:underline;"></span></div>
-<!-- <div id="no-apply-author-style"><span></span></div> -->
-<div id="with-inline-style-declaration"><span style="background-color:#eef;border:none;color:#daa;display:boxed-inline;font-size:18px;margin:2px;outline-color:#f00;padding-left:5px;text-align:start;text-decoration:none;"></span></div>
-<div id="try-to-overide-important"><input type="file" /></div>
-<div id="change-apply-author-style-from-true-to-false"><div><span></span></div></div>
-<div id="change-apply-author-style-from-false-to-true"><div><span style="background-color:#eef;border:solid;color:#fee;display:boxed-inline;font-size:24px;margin:2px;outline-color:#f00;padding-left:5px;text-align:start;text-decoration:underline;"></span></div></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698