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

Side by Side Diff: LayoutTests/fast/css/invalidation/style-invalidation-before-attach-expected.html

Issue 273783003: Don't schedule invalidations when attributes changed if not needed or incorrect. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Added test. Created 6 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 <!DOCTYPE html>
2
3 <style>
4 [attr] div {
5 color: red;
6 }
7
8 [attr] .baz {
9 color: blue;
10 }
11 </style>
12
13 <div id="a">
14 <div id="bar" attr="attr">
15 <div id="baz" class="baz">
16 This should be blue.
17 </div>
18 </div>
19 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698