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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/editing/include/reset.css

Issue 2630243004: Manually import wpt/editing and wpt/selection/ (Closed)
Patch Set: Add expectation Created 3 years, 11 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 /* Make sure various CSS values are what are expected, so that tests work
2 * right. */
3 body { font-family: serif }
4 /* http://www.w3.org/Bugs/Public/show_bug.cgi?id=12154
5 * https://bugzilla.mozilla.org/show_bug.cgi?id=589124
6 * https://bugs.webkit.org/show_bug.cgi?id=56400 */
7 b, strong { font-weight: bold }
8 .bold { font-weight: bold }
9 .notbold { font-weight: normal }
10 .underline { text-decoration: underline }
11 .line-through { text-decoration: line-through }
12 .underline-and-line-through { text-decoration: underline line-through }
13 #purple { color: purple }
14 /* https://bugs.webkit.org/show_bug.cgi?id=56670 */
15 dfn { font-style: italic }
16 /* Opera has weird default blockquote style */
17 blockquote { margin: 1em 40px }
18 /* Some tests assume links are blue, for the sake of argument, but they aren't
19 * blue in any browser. And :visited definitely isn't blue, except in engines
20 * like Gecko that lie.
21 *
22 * This should really be #00e, probably. See:
23 * http://www.w3.org/Bugs/Public/show_bug.cgi?id=13330 */
24 :link, :visited { color: blue }
25 /* http://www.w3.org/Bugs/Public/show_bug.cgi?id=14066
26 * https://bugs.webkit.org/show_bug.cgi?id=68392 */
27 quasit { text-align: inherit }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698