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

Side by Side Diff: LayoutTests/fast/html/imports/import-style-tree-order-dedup-expected.txt

Issue 179873020: [import] The first <link rel=import> should win in the cascading order computation. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Landing Created 6 years, 9 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 PASS colorOf(target1) is 'rgb(0, 128, 0)'
2 PASS colorOf(target2) is 'rgb(255, 0, 0)'
3 PASS colorOf(target3) is 'rgb(255, 0, 0)'
4 PASS colorOf(target1) is 'rgb(0, 128, 0)'
5 PASS colorOf(target2) is 'rgb(0, 0, 255)'
6 PASS colorOf(target3) is 'rgb(255, 0, 0)'
7 PASS colorOf(target1) is 'rgb(0, 128, 0)'
8 PASS colorOf(target2) is 'rgb(0, 0, 255)'
9 PASS colorOf(target3) is 'rgb(255, 0, 0)'
10 PASS successfullyParsed is true
11
12 TEST COMPLETE
13 Hello! Hello! Hello!
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698