Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Code review cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Narciso Jaramillo committed Nov 21, 2012
1 parent dc1740c commit cd3fae4
Show file tree
Hide file tree
Showing 3 changed files with 724 additions and 247 deletions.
12 changes: 12 additions & 0 deletions src/extensions/default/InlineColorEditor/unittests.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,16 @@

.multiple-colors {
background: linear-gradient(90deg, #aabbcc, #ddeeff);
}

.uppercase-hex {
background: #DEFCBA;
}

.missing-percent {
background: hsla(180, 50, 50, 0.5);
}

.in-shorthand {
border: 1px solid #0f0f0f;
}
10 changes: 10 additions & 0 deletions src/extensions/default/InlineColorEditor/unittests.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<html>
<body>
<p>
<font color="#dead01">

This comment has been minimized.

Copy link
@jasonsanjose

jasonsanjose Nov 21, 2012

Member

nice

You're not supposed to put colors in your HTML, but we'll let you do it anyway.
</font>
</p>
</body>
</html>
Loading

0 comments on commit cd3fae4

Please sign in to comment.