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

Side by Side Diff: ManualTests/qt/tap-highlighting-colors.html

Issue 18045005: Remove qt and gtk manual tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 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
« no previous file with comments | « ManualTests/qt/tap-highlighting.html ('k') | ManualTests/qt/tap-highlighting-images.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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>
OLDNEW
« no previous file with comments | « ManualTests/qt/tap-highlighting.html ('k') | ManualTests/qt/tap-highlighting-images.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698