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

Side by Side Diff: LayoutTests/fast/css/cache/matched-properties-cache-partial-match-expected.html

Issue 1251523003: Delete AuthorStyleInfo and move its data into ComputedStyle.RareNonInheritedData. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update comment Created 5 years, 3 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 <html>
2 <head>
3 <style type="text/css">
4 .button {
5 border: 1px solid transparent;
6 background: none;
7 display: block;
8 }
9 </style>
10 </head>
11 <body>
12 <button class="button">hi</button>
13 <button class="button">hi</button>
14 </body>
15 </html>
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/cache/matched-properties-cache-partial-match.html ('k') | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698