OLD | NEW |
| (Empty) |
1 <h1> | |
2 <input style='' type='text' value="undefined"> | |
3 <input style='-webkit-tap-highlight-color: rgb(255, 255, 255);' type='text' valu
e="rgb(255, 255, 255)"> | |
4 <input style='-webkit-tap-highlight-color: rgb(0, 0, 0);' type='text' value="rgb
(0, 0, 0)"> | |
5 <input style='-webkit-tap-highlight-color: rgba(0, 0, 0, 0);' type='text' value=
"rgba(0, 0, 0, 0)"> | |
6 <input style='-webkit-tap-highlight-color: rgb(255, 0, 0);' type='text' value="r
gb(255, 0, 0)"> | |
7 <input style='-webkit-tap-highlight-color: rgba(255, 0, 0, 0.5);' type='text' va
lue="rgba(255, 0, 0, 0.5)"> | |
8 <input style='-webkit-tap-highlight-color: rgba(255, 0, 0, 1);' type='text' valu
e="rgba(255, 0, 0, 1)"> | |
9 <input style='-webkit-tap-highlight-color: rgba(255, 0, 0, 0);' type='text' valu
e="rgba(255, 0, 0, 0)"> | |
10 <input style='-webkit-tap-highlight-color: rgba(0, 255, 0, 0.5);' type='text' va
lue="rgba(0, 255, 0, 0.5)"> | |
11 <input style='-webkit-tap-highlight-color: rgba(0, 0, 255, 0.5);' type='text' va
lue="rgba(0, 0, 255, 0.5)"> | |
12 </h1> | |
OLD | NEW |