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

Side by Side Diff: LayoutTests/fast/animation/last-child-assert.html

Issue 758523002: Store :last/first-child state as restyle flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fixed assert Created 6 years 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 <!DOCTYPE html>
2 <style>
3 html { background-color: white }
4 body { -webkit-transition: background-color 1s }
5 #nomatch :last-child { color: green }
6 </style>
7 <p>Pass if no assert or crash.</p>
8 <script>
9 document.body.offsetTop;
10 document.body.style.backgroundColor = "white";
11 </script>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/animation/last-child-assert-expected.html » ('j') | Source/core/dom/ContainerNode.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698