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

Unified Diff: LayoutTests/imported/web-platform-tests/shadow-dom/styles/not-apply-in-shadow-root-001-expected.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
« no previous file with comments | « LayoutTests/imported/web-platform-tests/shadow-dom/styles/not-apply-in-shadow-root-001.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/imported/web-platform-tests/shadow-dom/styles/not-apply-in-shadow-root-001-expected.html
diff --git a/LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/shadow-root-001-expected.html b/LayoutTests/imported/web-platform-tests/shadow-dom/styles/not-apply-in-shadow-root-001-expected.html
similarity index 57%
copy from LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/shadow-root-001-expected.html
copy to LayoutTests/imported/web-platform-tests/shadow-dom/styles/not-apply-in-shadow-root-001-expected.html
index d2b31695f7b6f27186fb0deb4f9b367f0aa75716..2e9c940dcefee10a164c3f203cd73d56500c0da4 100644
--- a/LayoutTests/imported/web-platform-tests/shadow-dom/shadow-trees/shadow-root-001-expected.html
+++ b/LayoutTests/imported/web-platform-tests/shadow-dom/styles/not-apply-in-shadow-root-001-expected.html
@@ -10,16 +10,18 @@ policies and contribution forms [3].
-->
<html>
<head>
-<title>Shadow DOM Test: Basic shadow root (reference)</title>
-<link rel="author" title="Hayato Ito" href="mailto:hayato@google.com">
-<link rel="author" title="Yuta Kitamura" href="mailto:yutak@google.com">
+<title>Shadow DOM Test</title>
+<link rel="author" title="Kazuhito Hokamura" href="mailto:k.hokamura@gmail.com">
<style>
-p { color: black; }
-div { color: green; }
+div {
+ width: 100px;
+ height: 100px;
+ background: green;
+}
</style>
</head>
<body>
-<p>You should see green text saying "PASS" below.</p>
-<div>PASS</div>
+<p>Test passes if following box is green.</p>
+<div></div>
</body>
</html>
« no previous file with comments | « LayoutTests/imported/web-platform-tests/shadow-dom/styles/not-apply-in-shadow-root-001.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698