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

Side by Side Diff: LayoutTests/fast/css/cache/matched-properties-cache-partial-match.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, 4 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 | « no previous file | LayoutTests/fast/css/cache/matched-properties-cache-partial-match-expected.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 <!doctype html>
2 <style>
3 .div1 {
4 cursor: pointer;
5 }
6 button {
7 border: 1px solid transparent;
8 background: none;
9 }
10 </style>
11 <div class="div1">
12 <button>hi</button>
13 </div>
14 <div>
15 <button>hi</button>
16 </div>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/css/cache/matched-properties-cache-partial-match-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698