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

Unified Diff: LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 years, 4 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
Index: LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
diff --git a/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt b/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
index 15e4eefeef3bbbd11f3f224ce97383ce451b02e4..26889bbcad2fd33aee367862614e1f5fa2f21583 100644
--- a/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
+++ b/LayoutTests/virtual/stable/webexposed/nonstable-css-properties-expected.txt
@@ -12,60 +12,60 @@ el.style.getPropertyValue('shape-outside') is circle(10px at 10px 10px)
getComputedStyle(el).getPropertyValue('shape-outside') is circle(10px at 10px 10px)
el.style.setProperty('grid-auto-columns', 'auto')
-el.style.getPropertyValue('grid-auto-columns') is null
-getComputedStyle(el).getPropertyValue('grid-auto-columns') is null
+el.style.getPropertyValue('grid-auto-columns') is
+getComputedStyle(el).getPropertyValue('grid-auto-columns') is
el.style.setProperty('grid-auto-rows', 'auto')
-el.style.getPropertyValue('grid-auto-rows') is null
-getComputedStyle(el).getPropertyValue('grid-auto-rows') is null
+el.style.getPropertyValue('grid-auto-rows') is
+getComputedStyle(el).getPropertyValue('grid-auto-rows') is
el.style.setProperty('grid-template-columns', 'min-content')
-el.style.getPropertyValue('grid-template-columns') is null
-getComputedStyle(el).getPropertyValue('grid-template-columns') is null
+el.style.getPropertyValue('grid-template-columns') is
+getComputedStyle(el).getPropertyValue('grid-template-columns') is
el.style.setProperty('grid-template-rows', 'max-content')
-el.style.getPropertyValue('grid-template-rows') is null
-getComputedStyle(el).getPropertyValue('grid-template-rows') is null
+el.style.getPropertyValue('grid-template-rows') is
+getComputedStyle(el).getPropertyValue('grid-template-rows') is
el.style.setProperty('grid-column-start', 'auto')
-el.style.getPropertyValue('grid-column-start') is null
-getComputedStyle(el).getPropertyValue('grid-column-start') is null
+el.style.getPropertyValue('grid-column-start') is
+getComputedStyle(el).getPropertyValue('grid-column-start') is
el.style.setProperty('grid-column-end', '2')
-el.style.getPropertyValue('grid-column-end') is null
-getComputedStyle(el).getPropertyValue('grid-column-end') is null
+el.style.getPropertyValue('grid-column-end') is
+getComputedStyle(el).getPropertyValue('grid-column-end') is
el.style.setProperty('grid-row-start', '1')
-el.style.getPropertyValue('grid-row-start') is null
-getComputedStyle(el).getPropertyValue('grid-row-start') is null
+el.style.getPropertyValue('grid-row-start') is
+getComputedStyle(el).getPropertyValue('grid-row-start') is
el.style.setProperty('grid-column', 'auto')
-el.style.getPropertyValue('grid-column') is null
-getComputedStyle(el).getPropertyValue('grid-column') is null
+el.style.getPropertyValue('grid-column') is
+getComputedStyle(el).getPropertyValue('grid-column') is
el.style.setProperty('grid-row', '1')
-el.style.getPropertyValue('grid-row') is null
-getComputedStyle(el).getPropertyValue('grid-row') is null
+el.style.getPropertyValue('grid-row') is
+getComputedStyle(el).getPropertyValue('grid-row') is
el.style.setProperty('grid-area', '2')
-el.style.getPropertyValue('grid-area') is null
-getComputedStyle(el).getPropertyValue('grid-area') is null
+el.style.getPropertyValue('grid-area') is
+getComputedStyle(el).getPropertyValue('grid-area') is
el.style.setProperty('grid-auto-flow', 'column')
-el.style.getPropertyValue('grid-auto-flow') is null
-getComputedStyle(el).getPropertyValue('grid-auto-flow') is null
+el.style.getPropertyValue('grid-auto-flow') is
+getComputedStyle(el).getPropertyValue('grid-auto-flow') is
el.style.setProperty('grid-template-areas', '"test"')
-el.style.getPropertyValue('grid-template-areas') is null
-getComputedStyle(el).getPropertyValue('grid-template-areas') is null
+el.style.getPropertyValue('grid-template-areas') is
+getComputedStyle(el).getPropertyValue('grid-template-areas') is
el.style.setProperty('text-align-last', 'start')
-el.style.getPropertyValue('text-align-last') is null
-getComputedStyle(el).getPropertyValue('text-align-last') is null
+el.style.getPropertyValue('text-align-last') is
+getComputedStyle(el).getPropertyValue('text-align-last') is
el.style.setProperty('text-justify', 'distribute')
-el.style.getPropertyValue('text-justify') is null
-getComputedStyle(el).getPropertyValue('text-justify') is null
+el.style.getPropertyValue('text-justify') is
+getComputedStyle(el).getPropertyValue('text-justify') is
PASS successfullyParsed is true

Powered by Google App Engine
This is Rietveld 408576698