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

Side by Side Diff: third_party/WebKit/LayoutTests/imported/wpt/uievents/keyboard/key-manual.css

Issue 1985363002: Move the uievents directory from web-platform-tests/ to wpt/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 7 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
1 .keyboard { 1 .keyboard {
2 display: table; 2 display: table;
3 border-collapse: separate; 3 border-collapse: separate;
4 border-spacing: 2px; 4 border-spacing: 2px;
5 width: 800px; 5 width: 800px;
6 border: 2px solid black; 6 border: 2px solid black;
7 border-radius: 10px; 7 border-radius: 10px;
8 padding: 5px; 8 padding: 5px;
9 } 9 }
10 10
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 .help { 109 .help {
110 font-size: 11pt; 110 font-size: 11pt;
111 margin: 0 0 5px 20px; 111 margin: 0 0 5px 20px;
112 padding: 0; 112 padding: 0;
113 } 113 }
114 114
115 body { 115 body {
116 margin: 10px; 116 margin: 10px;
117 padding: 0 20px; 117 padding: 0 20px;
118 } 118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698