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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/css/cache/matched-properties-cache-partial-match.html
diff --git a/LayoutTests/fast/css/cache/matched-properties-cache-partial-match.html b/LayoutTests/fast/css/cache/matched-properties-cache-partial-match.html
new file mode 100644
index 0000000000000000000000000000000000000000..c286de94eae933282b66b5a05f1451d87ac36b00
--- /dev/null
+++ b/LayoutTests/fast/css/cache/matched-properties-cache-partial-match.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<style>
+.div1 {
+ cursor: pointer;
+}
+button {
+ border: 1px solid transparent;
+ background: none;
+}
+</style>
+<div class="div1">
+ <button>hi</button>
+</div>
+<div>
+ <button>hi</button>
+</div>
« 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