Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: static/testcasefiles/document/stylesheet.css

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Fixed README title Created June 7, 2018, 1:58 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/images/abp-32.png ('k') | static/testcasefiles/imageexception/stylesheet.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #test-article { 1 #test-article {
2 » background: none; 2 background: none;
3 background-color: red; 3 background-color: red;
4 } 4 }
5 5
6 .testcase-teststylesheet { 6 .testcase-teststylesheet {
7 color: white; 7 color: white;
8 background: green; 8 background: green;
9 padding: .5rem; 9 padding: .5rem;
10 } 10 }
11 11
12 .testcase-teststylesheet::after { 12 .testcase-teststylesheet::after {
13 background: green; 13 background: green;
14 content: "Stylesheet was loaded and applied to page."; 14 content: "Stylesheet was loaded and applied to page.";
15 } 15 }
16 16
OLDNEW
« no previous file with comments | « static/images/abp-32.png ('k') | static/testcasefiles/imageexception/stylesheet.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld