Index: third_party/WebKit/LayoutTests/imported/wpt/html/editing/the-hidden-attribute/hidden-1b.html |
diff --git a/third_party/WebKit/LayoutTests/imported/wpt/html/editing/the-hidden-attribute/hidden-1b.html b/third_party/WebKit/LayoutTests/imported/wpt/html/editing/the-hidden-attribute/hidden-1b.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3d8b05d3497b3fddf2b63b7004bf3342349a2cf7 |
--- /dev/null |
+++ b/third_party/WebKit/LayoutTests/imported/wpt/html/editing/the-hidden-attribute/hidden-1b.html |
@@ -0,0 +1,11 @@ |
+<!doctype html> |
+<title>The hidden attribute</title> |
+<link rel=match href=hidden-1-ref.html> |
+<link rel=author title=Ms2ger href=mailto:Ms2ger@gmail.com> |
+<link rel=help href=https://html.spec.whatwg.org/multipage/#the-hidden-attribute> |
+<link rel=help href=https://html.spec.whatwg.org/multipage/#hidden-elements> |
+<style> |
+p { display: none; } |
+[hidden] { display: block; } |
+</style> |
+<p hidden>This line should be visible. |