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

Unified Diff: third_party/WebKit/LayoutTests/imported/csswg-test/css-scoping-1/shadow-cascade-order-001.html

Issue 1922043004: Import csswg-test@b2daa426addd5ccb8e9ce1c5d800f9d82603f1ec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update W3CImportExpectations and make me owner for css-scoping-1 Created 4 years, 8 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: third_party/WebKit/LayoutTests/imported/csswg-test/css-scoping-1/shadow-cascade-order-001.html
diff --git a/third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/styles/shadow-cascade-order.html b/third_party/WebKit/LayoutTests/imported/csswg-test/css-scoping-1/shadow-cascade-order-001.html
similarity index 98%
copy from third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/styles/shadow-cascade-order.html
copy to third_party/WebKit/LayoutTests/imported/csswg-test/css-scoping-1/shadow-cascade-order-001.html
index d583d2e0447feac0fc49c582447df53150726e4c..1f5dc165bd24c270bbe6a21184d3c37bf6492ce8 100644
--- a/third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/styles/shadow-cascade-order.html
+++ b/third_party/WebKit/LayoutTests/imported/csswg-test/css-scoping-1/shadow-cascade-order-001.html
@@ -2,11 +2,11 @@
<html>
<head>
<title>Shadow DOM: CSS Style Rule cascading</title>
-<meta name="author" title="Takayoshi Kochi" href="mailto:kochi@google.com">
<meta name="assert" content="Cascading order test for style rules from various shadow trees.">
-<link rel="help" href="https://github.com/w3c/webcomponents/blob/gh-pages/proposals/Shadow-DOM-Cascade-Order.md">
-<script src="../../../../resources/testharness.js"></script>
-<script src="../../../../resources/testharnessreport.js"></script>
+<link rel="author" title="Takayoshi Kochi" href="mailto:kochi@google.com">
+<link rel="help" href="https://drafts.csswg.org/css-scoping-1/#shadow-cascading">
+<script src="../../../resources/testharness.js"></script>
+<script src="../../../resources/testharnessreport.js"></script>
</head>
<body>
<div id="log"></div>

Powered by Google App Engine
This is Rietveld 408576698