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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/html/editing/the-hidden-attribute/hidden-1f.html

Issue 2342603002: Import focus-manual.html from W3C. (Closed)
Patch Set: Modify the result of an imported test. Created 4 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 <!doctype html>
2 <title>The hidden attribute</title>
3 <link rel=match href=hidden-1-ref.html>
4 <link rel=author title=Ms2ger href=mailto:Ms2ger@gmail.com>
5 <link rel=help href=https://html.spec.whatwg.org/multipage/#the-hidden-attribute >
6 <link rel=help href=https://html.spec.whatwg.org/multipage/#hidden-elements>
7 <style>
8 p { display: block !important; }
9 </style>
10 <p hidden>This line should be visible.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698