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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/invalidation/universal-sibling-before.html

Issue 1639133003: ::before/::after are not features for invalidation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | third_party/WebKit/LayoutTests/fast/css/invalidation/universal-sibling-before-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 .a + span::before { content: "PA" }
4 .b + ::before { content: "SS" }
5 </style>
6 <p>You should see the word PASS below.</p>
7 <span id="t1"></span><span></span><span id="t2"></span><span></span>
8 <script>
9 document.body.offsetTop;
10 t1.className = "a";
11 t2.className = "b";
12 </script>
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/invalidation/universal-sibling-before-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698