1 ==== Initial style sheet text ====
2 @media screen and (min-width: 700px) and (max-device-height: 200em) {
8 @media all and (orientation: portrait),
9 handheld and (max-width: 700px),
10 (max-resolution: 3dppx) {
17 Running test: testSimpleEdit
18 ==== Style sheet text ====
19 @media all and (min-height: 20px) {
25 @media all and (orientation: portrait),
26 handheld and (max-width: 700px),
27 (max-resolution: 3dppx) {
34 Running test: testComplexToSimpleEdit
35 ==== Style sheet text ====
36 @media screen and (min-width: 700px) and (max-device-height: 200em) {
49 Running test: testSimpleToComplexEdit
50 ==== Style sheet text ====
51 @media all and (min-height: 20px), (max-width: 10px), handheld and (min-monochrome: 8) {
57 @media all and (orientation: portrait),
58 handheld and (max-width: 700px),
59 (max-resolution: 3dppx) {
66 Running test: testInvalidParameters
67 Expected protocol error: range.startLine must be a non-negative integer
69 Running test: testInvalidText
70 Expected protocol error: SyntaxError Selector or media text is not valid.
72 Running test: testEditSequentially
73 ==== Style sheet text ====
80 @media all and (orientation: portrait),
81 handheld and (max-width: 700px),
82 (max-resolution: 3dppx) {
88 ==== Style sheet text ====
90 handheld and (min-height: 20px),
91 (min-width: 100px) and (max-width: 200px) {
97 @media all and (orientation: portrait),
98 handheld and (max-width: 700px),
99 (max-resolution: 3dppx) {
106 Running test: testSimpleAfterSequentially
107 ==== Style sheet text ====
108 @media all and (min-height: 20px) {
114 @media all and (orientation: portrait),
115 handheld and (max-width: 700px),
116 (max-resolution: 3dppx) {