Chromium Code Reviews

Unified Diff: third_party/WebKit/LayoutTests/css3/filters/unprefixed.html

Issue 1987943002: [wip] unprefix filter Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/LayoutTests/css3/filters/unprefixed.html
diff --git a/third_party/WebKit/LayoutTests/css3/filters/unprefixed.html b/third_party/WebKit/LayoutTests/css3/filters/unprefixed.html
new file mode 100644
index 0000000000000000000000000000000000000000..e467581d65df008ea25efdb718f004f82d1217d1
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/css3/filters/unprefixed.html
@@ -0,0 +1,11 @@
+<!DOCTYPE HTML>
+<html>
+<head>
+ <script src="../../resources/js-test.js"></script>
+</head>
+<body>
+ <p id="description"></p>
+ <p id="console"></p>
+ <script src="script-tests/unprefixed.js"></script>
+</body>
+</html>

Powered by Google App Engine