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

Unified Diff: third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-css-support.html

Issue 2394273006: Add CSS support for text-decoration-skip (Closed)
Patch Set: Histograms typo fixed, DCHECK Created 4 years, 2 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/fast/css3-text/css3-text-decoration/text-decoration-skip-css-support.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_serialization_tests.html b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-css-support.html
similarity index 54%
copy from third_party/WebKit/LayoutTests/http/tests/wasm/wasm_serialization_tests.html
copy to third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-css-support.html
index be78a53ddb1bf87fc621c85e60cdb3ccb7e002dd..40eb64cf9ffe794a9ededfc697df2fe92e99a5de 100644
--- a/third_party/WebKit/LayoutTests/http/tests/wasm/wasm_serialization_tests.html
+++ b/third_party/WebKit/LayoutTests/fast/css3-text/css3-text-decoration/text-decoration-skip-css-support.html
@@ -1,7 +1,12 @@
<!DOCTYPE html>
+<html>
+<head>
<script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script>
-<script src="wasm_serialization_tests.js"></script>
-<script>
- promise_test(instantiateInWorker, "serialize wasm to worker");
+
</script>
+</head>
+<body>
+<script src="resources/text-decoration-skip-css-support.js"></script>
+</body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698