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

Side by Side Diff: LayoutTests/css3/supports-dom-api-expected.txt

Issue 1095293007: Restrict __qem usage to UA sheets (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « LayoutTests/css3/supports-dom-api.html ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('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 window.CSS.supports() 1 Test window.CSS.supports()
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS CSS.supports("(display: none)") is true 6 PASS CSS.supports("(display: none)") is true
7 PASS CSS.supports("(display: deadbeef)") is false 7 PASS CSS.supports("(display: deadbeef)") is false
8 PASS CSS.supports("not (display: deadbeef)") is true 8 PASS CSS.supports("not (display: deadbeef)") is true
9 PASS CSS.supports("not (display: none)") is false 9 PASS CSS.supports("not (display: none)") is false
10 PASS CSS.supports("not (not (display: none))") is true 10 PASS CSS.supports("not (not (display: none))") is true
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 PASS CSS.supports("display", "none ! \nimportant") is false 54 PASS CSS.supports("display", "none ! \nimportant") is false
55 PASS CSS.supports("", "") is false 55 PASS CSS.supports("", "") is false
56 PASS CSS.supports(true, "") is false 56 PASS CSS.supports(true, "") is false
57 PASS CSS.supports([], "none") is false 57 PASS CSS.supports([], "none") is false
58 PASS CSS.supports("display", "") is false 58 PASS CSS.supports("display", "") is false
59 PASS CSS.supports("display:", "none") is false 59 PASS CSS.supports("display:", "none") is false
60 PASS CSS.supports("z-index", 1) is true 60 PASS CSS.supports("z-index", 1) is true
61 PASS CSS.supports("content", []) is false 61 PASS CSS.supports("content", []) is false
62 PASS CSS.supports("content", "!important") is false 62 PASS CSS.supports("content", "!important") is false
63 PASS CSS.supports("(display: none)", undefined) is false 63 PASS CSS.supports("(display: none)", undefined) is false
64 PASS CSS.supports("margin", "1__qem") is false
64 PASS CSS.supports("border", "1px solid #000") is true 65 PASS CSS.supports("border", "1px solid #000") is true
65 PASS CSS.supports("border", "inherit") is true 66 PASS CSS.supports("border", "inherit") is true
66 PASS CSS.supports("border", "1px solid inherit") is false 67 PASS CSS.supports("border", "1px solid inherit") is false
67 PASS CSS.supports("border", "inherit solid #000") is false 68 PASS CSS.supports("border", "inherit solid #000") is false
68 PASS CSS.supports("border-bottom", "thick green") is true 69 PASS CSS.supports("border-bottom", "thick green") is true
69 PASS CSS.supports("border-bottom", "inherit") is true 70 PASS CSS.supports("border-bottom", "inherit") is true
70 PASS CSS.supports("border-bottom", "thick green inherit") is false 71 PASS CSS.supports("border-bottom", "thick green inherit") is false
71 PASS CSS.supports("border-bottom", "inherit thick green") is false 72 PASS CSS.supports("border-bottom", "inherit thick green") is false
72 PASS CSS.supports("border-left", "thick green") is true 73 PASS CSS.supports("border-left", "thick green") is true
73 PASS CSS.supports("border-left", "inherit") is true 74 PASS CSS.supports("border-left", "inherit") is true
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 PASS CSS.supports("transform", "scaleX(2) inherit") is false 117 PASS CSS.supports("transform", "scaleX(2) inherit") is false
117 PASS CSS.supports("transform", "inherit scaleX(2)") is false 118 PASS CSS.supports("transform", "inherit scaleX(2)") is false
118 PASS CSS.supports("transition", "margin-left 4s") is true 119 PASS CSS.supports("transition", "margin-left 4s") is true
119 PASS CSS.supports("transition", "inherit") is true 120 PASS CSS.supports("transition", "inherit") is true
120 PASS CSS.supports("transition", "margin-left inherit") is false 121 PASS CSS.supports("transition", "margin-left inherit") is false
121 PASS CSS.supports("transition", "inherit 4s") is false 122 PASS CSS.supports("transition", "inherit 4s") is false
122 PASS successfullyParsed is true 123 PASS successfullyParsed is true
123 124
124 TEST COMPLETE 125 TEST COMPLETE
125 126
OLDNEW
« no previous file with comments | « LayoutTests/css3/supports-dom-api.html ('k') | Source/core/css/parser/CSSPropertyParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698