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

Side by Side Diff: LayoutTests/fast/css/style-scoped/style-scoped-detach-expected.txt

Issue 325663003: Remove scoped styles (retry) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix layout test (and expectation) Created 6 years, 6 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 Test detaching a <style scoped> element
2
3 Text
4 Text
5
6 Text
7 Text
8
9 Text
10 Text
11
12 --- ORIGINAL ---
13 S1: rgb(0, 0, 0)
14 P1: rgb(0, 0, 0)
15 S2: rgb(255, 0, 0)
16 P2: rgb(0, 128, 0)
17 S3: rgb(0, 0, 0)
18 P3: rgb(0, 0, 0)
19 --- AFTER DETACHING <STYLE SCOPED> ---
20 S1: rgb(0, 0, 0)
21 P1: rgb(0, 0, 0)
22 S2: rgb(0, 0, 0)
23 P2: rgb(0, 0, 0)
24 S3: rgb(0, 0, 0)
25 P3: rgb(0, 0, 0)
26 --- FINISHED ---
27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698