Index: third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon.html |
diff --git a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon.html b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon.html |
index f0d64b8ec0f8e7306d0a2b7085e3720d72ca2c18..1015f7f9da9434845097c9eabcb24cd7a778a02d 100644 |
--- a/third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon.html |
+++ b/third_party/WebKit/LayoutTests/inspector/elements/styles-4/disable-last-property-without-semicolon.html |
@@ -77,8 +77,8 @@ function test() |
<style> |
#formatted { |
- property1: value1; |
- property2: value2 |
+ color: red; |
+ margin: 0 |
} |
</style> |