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

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

Issue 201683003: Remove resetStyleInheritance. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Resolve conflicts 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-resetStyleInheritance-expected.html
diff --git a/LayoutTests/fast/dom/shadow/shadow-root-resetStyleInheritance-expected.html b/LayoutTests/fast/dom/shadow/shadow-root-resetStyleInheritance-expected.html
deleted file mode 100644
index afdeb65438c4b5f1d14f9e601b01b7ac609c2cbe..0000000000000000000000000000000000000000
--- a/LayoutTests/fast/dom/shadow/shadow-root-resetStyleInheritance-expected.html
+++ /dev/null
@@ -1,49 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
-<style>
-div.resetTest {
- background-color: #eef;
- border: solid;
- margin: 4px;
- padding: 16px;
- color: #fee;
- font-family: Serif;
- font-size: 24px;
- font-style: italic;
- font-variant: small-caps;
- font-weight: bold;
- letter-spacing: 2px;
- line-height: 200%;
- text-align: start;
- text-indent: 50px;
- text-transform: uppercase;
- white-space: nowrap;
- word-spacing: 30px;
-}
-div.initialValues {
- color: initial;
- font-family: initial;
- font-size: initial;
- font-style: initial;
- font-variant: initial;
- font-weight: initial;
- letter-spacing: initial;
- line-height: initial;
- text-align: initial;
- text-indent: initial;
- text-transform: initial;
- white-space: initial;
- word-spacing: initial;
-}
-</style>
-</head>
-<body>
-<div><div class="resetTest"><div class="initialValues">text</div></div></div>
-<div><div class="resetTest"><div>text</div></div></div>
-<div><div class="resetTest"><div>text</div></div></div>
-<div><div class="resetTest"><div class="initialValues">text</div></div></div>
-<div><div class="resetTest"><div class="initialValues">text</div></div></div>
-<div><div class="resetTest"><div>text</div></div></div>
-</body>
-</html>

Powered by Google App Engine
This is Rietveld 408576698