| Index: LayoutTests/http/tests/misc/performance-memory-in-shared-worker-expected.txt
|
| diff --git a/LayoutTests/http/tests/misc/performance-memory-in-shared-worker-expected.txt b/LayoutTests/http/tests/misc/performance-memory-in-shared-worker-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..d6b2bfe591da0359e9630deb43d8e24232812178
|
| --- /dev/null
|
| +++ b/LayoutTests/http/tests/misc/performance-memory-in-shared-worker-expected.txt
|
| @@ -0,0 +1,10 @@
|
| +Description
|
| +
|
| +This test validates that performance.memory exists in shared workers.
|
| +
|
| +
|
| +PASS self.performance is defined
|
| +PASS self.performance.memory is defined
|
| +PASS jsHeapSizeLimit should be no less than totalJSHeapSize
|
| +PASS totalJSHeapSize should be no less than usedJSHeapSize
|
| +
|
|
|