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

Side by Side Diff: LayoutTests/fast/css/unicode-bidi-computed-value-expected.txt

Issue 54473004: Make js-test-post a noop. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add mac NeedsRebaselines Created 7 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 This tests the computed value of unicode-bidi property. 1 This tests the computed value of unicode-bidi property.
2 2
3 PASS styleOf("span", {}).unicodeBidi is "normal" 3 PASS styleOf("span", {}).unicodeBidi is "normal"
4 PASS styleOf("span", {"style":"unicode-bidi: embed;"}).unicodeBidi is "embed" 4 PASS styleOf("span", {"style":"unicode-bidi: embed;"}).unicodeBidi is "embed"
5 PASS styleOf("span", {"style":"unicode-bidi: -webkit-isolate;"}).unicodeBidi is "-webkit-isolate" 5 PASS styleOf("span", {"style":"unicode-bidi: -webkit-isolate;"}).unicodeBidi is "-webkit-isolate"
6 PASS styleOf("span", {"style":"unicode-bidi: bidi-override;"}).unicodeBidi is "b idi-override" 6 PASS styleOf("span", {"style":"unicode-bidi: bidi-override;"}).unicodeBidi is "b idi-override"
7 PASS styleOf("span", {"style":"unicode-bidi: -webkit-plaintext;"}).unicodeBidi i s "-webkit-plaintext" 7 PASS styleOf("span", {"style":"unicode-bidi: -webkit-plaintext;"}).unicodeBidi i s "-webkit-plaintext"
8 PASS styleOf("span", {"style":"unicode-bidi: bad-value;"}).unicodeBidi is "norma l" 8 PASS styleOf("span", {"style":"unicode-bidi: bad-value;"}).unicodeBidi is "norma l"
9 PASS styleOf("span", {"style":"unicode-bidi: embed embed;"}).unicodeBidi is "nor mal" 9 PASS styleOf("span", {"style":"unicode-bidi: embed embed;"}).unicodeBidi is "nor mal"
10 PASS styleOf("span", {"style":"unicode-bidi: embed -webkit-plain-text;"}).unicod eBidi is "normal" 10 PASS styleOf("span", {"style":"unicode-bidi: embed -webkit-plain-text;"}).unicod eBidi is "normal"
11 PASS styleOf("span", {"style":"unicode-bidi: bidi-override -webkit-isolate;"}).u nicodeBidi is "normal" 11 PASS styleOf("span", {"style":"unicode-bidi: bidi-override -webkit-isolate;"}).u nicodeBidi is "normal"
12 PASS styleOf("span", {"style":"unicode-bidi: -webkit-isolate bidi-override;"}).u nicodeBidi is "normal" 12 PASS styleOf("span", {"style":"unicode-bidi: -webkit-isolate bidi-override;"}).u nicodeBidi is "normal"
13 PASS styleOf("span", {"style":"unicode-bidi: -webkit-isolate-override;"}).unicod eBidi is "-webkit-isolate-override" 13 PASS styleOf("span", {"style":"unicode-bidi: -webkit-isolate-override;"}).unicod eBidi is "-webkit-isolate-override"
14 PASS styleOf("span", {"style":"unicode-bidi: bidi-override -webkit-isolate bidi- override;"}).unicodeBidi is "normal" 14 PASS styleOf("span", {"style":"unicode-bidi: bidi-override -webkit-isolate bidi- override;"}).unicodeBidi is "normal"
15 PASS styleOf("span", {"style":"unicode-bidi: bidi-override -webkit-isolate -webk it-isolate;"}).unicodeBidi is "normal" 15 PASS styleOf("span", {"style":"unicode-bidi: bidi-override -webkit-isolate -webk it-isolate;"}).unicodeBidi is "normal"
16 PASS styleOf("span", {"style":"unicode-bidi: bidi-override bad-value;"}).unicode Bidi is "normal" 16 PASS styleOf("span", {"style":"unicode-bidi: bidi-override bad-value;"}).unicode Bidi is "normal"
17 PASS styleOf("span", {"style":"unicode-bidi: bidi-override embed;"}).unicodeBidi is "normal" 17 PASS styleOf("span", {"style":"unicode-bidi: bidi-override embed;"}).unicodeBidi is "normal"
18 PASS successfullyParsed is true
18 19
20 TEST COMPLETE
21
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698