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

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/resources/diff-after.css

Issue 2381953004: DevTools: Add test for SourceCodeDiff (Closed)
Patch Set: Simpler test file Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/resources/diff-before.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/sources/resources/diff-after.css
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/resources/diff-after.css b/third_party/WebKit/LayoutTests/inspector/sources/resources/diff-after.css
new file mode 100644
index 0000000000000000000000000000000000000000..77e421dc7aa491ffc95aa9d2f6581260629d460d
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector/sources/resources/diff-after.css
@@ -0,0 +1,29 @@
+.stays-the-same {
+ font-size: 10px;
+ font-family: sans-serif;
+}
+
+.was-modified {
+ width: 0%;
+}
+
+.stays-the-same2 {
+ font-size: 10px;
+ font-family: Arial, Helvetica, sans-serif;
+}
+
+.was-added {
+ color: #00F;
+ color: #008;
+ color: #000;
+}
+
+.stays-the-same3 {
+ font-size: 15px;
+ font-family: Arial, Helvetica, sans-serif;
+}
+
+.will-lose-properties {
+ background: #000;
+ background: #F00;
+}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/sources/resources/diff-before.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698